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 brett.cannon, eric.snow, ncoghlan, p-ganssle, serhiy.storchaka, shihai1991
Date 2021-09-30.13:58:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633010337.63.0.0688631839195.issue40173@roundup.psfhosted.org>
In-reply-to
Content
I just encountered this bug after rewriting datetime tests in issue45229. It is also the cause of issue40058.

Not knowing about this issue I have wrote different patch than Hai Shi. It makes the code of import_fresh_module() clearer and fixes many other issues.
History
Date User Action Args
2021-09-30 13:58:57serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow, p-ganssle, shihai1991
2021-09-30 13:58:57serhiy.storchakasetmessageid: <1633010337.63.0.0688631839195.issue40173@roundup.psfhosted.org>
2021-09-30 13:58:57serhiy.storchakalinkissue40173 messages
2021-09-30 13:58:57serhiy.storchakacreate