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-14.06:46:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631601960.71.0.787210459996.issue45189@roundup.psfhosted.org>
In-reply-to
Content
imp._get_frozen_module_names() doesn't exist. I cannot see it in GH-28319. Moreover, the imp module is now deprecated. If something is added, it should be added to the private _imp module.
History
Date User Action Args
2021-09-14 06:46:00vstinnersetrecipients: + vstinner, eric.snow
2021-09-14 06:46:00vstinnersetmessageid: <1631601960.71.0.787210459996.issue45189@roundup.psfhosted.org>
2021-09-14 06:46:00vstinnerlinkissue45189 messages
2021-09-14 06:46:00vstinnercreate