This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients RazerM, SamueleSanti, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2017-07-01.16:38:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498927132.82.0.469595611174.issue30814@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-07-01 16:38:52serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow, RazerM, SamueleSanti
2017-07-01 16:38:52serhiy.storchakasetmessageid: <1498927132.82.0.469595611174.issue30814@psf.upfronthosting.co.za>
2017-07-01 16:38:52serhiy.storchakalinkissue30814 messages
2017-07-01 16:38:52serhiy.storchakacreate