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 brett.cannon
Recipients brett.cannon, eric.snow, indygreg, ncoghlan, serhiy.storchaka
Date 2020-12-04.18:06:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607105191.93.0.644285377964.issue42564@roundup.psfhosted.org>
In-reply-to
Content
I agree with Serhiy; don't do this. The only way we could fix this would be to always set a `__init__` module for every package implicitly, but then that would break anyone who wanted to clear out a package in sys.modules as the `__init__` reference in sys.modules becomes a dangling reference.
History
Date User Action Args
2020-12-04 18:06:31brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow, serhiy.storchaka, indygreg
2020-12-04 18:06:31brett.cannonsetmessageid: <1607105191.93.0.644285377964.issue42564@roundup.psfhosted.org>
2020-12-04 18:06:31brett.cannonlinkissue42564 messages
2020-12-04 18:06:31brett.cannoncreate