]> granicus.if.org Git - python/commit
bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Aug 2017 12:47:44 +0000 (15:47 +0300)
committerGitHub <noreply@github.com>
Tue, 29 Aug 2017 12:47:44 +0000 (15:47 +0300)
commit265fcc5fc25d65afb33fda480c603f1e974e374e
tree7bb91548c80be5ddf5119624bf6acee6d672ed6c
parentba7d7365215d791025d1efd25393c91404f2cfc8
bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217)

binding a submodule to a name.
Lib/test/test_import/__init__.py
Python/compile.c