Serhiy Storchaka added the comment: On other side, issue23203 fixed just a symptom. The issue is reproduced in master when replace "import foobar.submodule as foo" with "import foobar.submodule; foo = foobar.submodule".
The regression may be related to issue22557. Either the optimization introduced a bug, or it exposed an existing bug by changing timings. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30814> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com