bpo-24340: Fix estimation of the code stack size. (#5076)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 9 Jan 2018 19:54:52 +0000 (21:54 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jan 2018 19:54:52 +0000 (21:54 +0200)
commitd4864c61e3e27e337762dc45e504977299bd5b46
tree5d117bc43572821fc03b1b0ae788db79375296bb
parentb4ebaa7099c3413b42a97777581c4ca560fe7540
bpo-24340: Fix estimation of the code stack size. (#5076)
Lib/test/test_compile.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2018-01-01-21-59-31.bpo-24340.hmKBvg.rst [new file with mode: 0644]
Python/compile.c
Python/importlib.h
Python/importlib_external.h