]> granicus.if.org Git - python/commit
bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Jan 2018 18:20:13 +0000 (20:20 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jan 2018 18:20:13 +0000 (20:20 +0200)
commit782d6fe4434381c50e0c7ec94a1ef9c6debbc333
tree400569ac3175f3e9f40c967da58fafc6df1be5eb
parent0a2da50e1867831251fad75377d0f10713eb6301
bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015)
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2017-08-07-16-46-56.bpo-31113.XgNEFg.rst [new file with mode: 0644]
Python/compile.c