Message401979
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. |
|
Date |
User |
Action |
Args |
2021-09-16 18:32:28 | eric.snow | set | recipients:
+ eric.snow, vstinner, benjamin.peterson, methane, serhiy.storchaka, Christian.Tismer, yan12125 |
2021-09-16 18:32:28 | eric.snow | set | messageid: <1631817148.56.0.682487523874.issue34093@roundup.psfhosted.org> |
2021-09-16 18:32:28 | eric.snow | link | issue34093 messages |
2021-09-16 18:32:28 | eric.snow | create | |
|