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 FFY00, eric.snow
Date 2021-10-28.18:36:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635446209.12.0.0681665636182.issue45658@roundup.psfhosted.org>
In-reply-to
Content
FrozenImporter (in Lib/importlib/_bootstrap.py) has a get_source() method but it always returns None.  Now that __file__ is set on frozen (stdlib) modules, we can implement FrozenImporter.get_source() appropriately.
History
Date User Action Args
2021-10-28 18:36:49eric.snowsetrecipients: + eric.snow, FFY00
2021-10-28 18:36:49eric.snowsetmessageid: <1635446209.12.0.0681665636182.issue45658@roundup.psfhosted.org>
2021-10-28 18:36:49eric.snowlinkissue45658 messages
2021-10-28 18:36:49eric.snowcreate