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 eric.snow
Recipients Christian.Tismer, benjamin.peterson, eric.snow, methane, serhiy.storchaka, vstinner, yan12125
Date 2021-09-16.18:32:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631817148.56.0.682487523874.issue34093@roundup.psfhosted.org>
In-reply-to
Content
FYI, I unknowingly created a duplicate of this issue a few days ago, bpo-45186, and created a PR for it: https://github.com/python/cpython/pull/28379.  Interestingly, while I did that PR independently, it has a lot in common with Inada-san's second PR.

My interest here is in how frozen modules can be affected by this problem, particularly between debug and non-debug builds.  See bpo-45020, where I'm working on freezing all the stdlib modules imported during startup.
History
Date User Action Args
2021-09-16 18:32:28eric.snowsetrecipients: + eric.snow, vstinner, benjamin.peterson, methane, serhiy.storchaka, Christian.Tismer, yan12125
2021-09-16 18:32:28eric.snowsetmessageid: <1631817148.56.0.682487523874.issue34093@roundup.psfhosted.org>
2021-09-16 18:32:28eric.snowlinkissue34093 messages
2021-09-16 18:32:28eric.snowcreate