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 barry, eric.snow, gvanrossum, lemburg, ncoghlan
Date 2021-10-14.21:37:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634247473.47.0.444368080995.issue21736@roundup.psfhosted.org>
In-reply-to
Content
I've merged the change to add __file__ for frozen stdlib modules (when possible) and to set __path__ appropriately.  There are still a number of things to address though:

* set co_filename (for tracebacks)
* implement FrozenImporter.get_filename()
* implement FrozenImporter.get_source()

And then there's the question of supporting __file__, etc. for custom frozen modules.  Presumably all those things are still covered by this issue so I'm leaving it open.
History
Date User Action Args
2021-10-14 21:37:53eric.snowsetrecipients: + eric.snow, lemburg, gvanrossum, barry, ncoghlan
2021-10-14 21:37:53eric.snowsetmessageid: <1634247473.47.0.444368080995.issue21736@roundup.psfhosted.org>
2021-10-14 21:37:53eric.snowlinkissue21736 messages
2021-10-14 21:37:53eric.snowcreate