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 vstinner
Recipients eric.snow, vstinner
Date 2021-09-15.08:23:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631694230.12.0.123702300948.issue45189@roundup.psfhosted.org>
In-reply-to
Content
I found a new _imp._frozen_module_names() function:

$ ./python 
Python 3.11.0a0 (heads/main:1afc7b3219, Sep 15 2021, 10:22:28) [GCC >>> import _imp; _imp._frozen_module_names()
['_frozen_importlib', '_frozen_importlib_external', 'zipimport']
History
Date User Action Args
2021-09-15 08:23:50vstinnersetrecipients: + vstinner, eric.snow
2021-09-15 08:23:50vstinnersetmessageid: <1631694230.12.0.123702300948.issue45189@roundup.psfhosted.org>
2021-09-15 08:23:50vstinnerlinkissue45189 messages
2021-09-15 08:23:50vstinnercreate