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, brett.cannon, eric.snow
Date 2021-09-15.17:44:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631727856.77.0.7083843475.issue45213@roundup.psfhosted.org>
In-reply-to
Content
Realistically, I doubt this will ever be a problem.  The list of frozen modules is fairly small and the loop in the C code is a lightweight.  So it isn't that big of a deal relative to the other costs involved in import.  Even if the number of frozen modules grows dramatically, it's unlikely to be a problem.

So we should probably close this.  Mostly I opened this so folks with the same observations could find it.  I'll close the issue in a few days in case I missed something.
History
Date User Action Args
2021-09-15 17:44:16eric.snowsetrecipients: + eric.snow, barry, brett.cannon
2021-09-15 17:44:16eric.snowsetmessageid: <1631727856.77.0.7083843475.issue45213@roundup.psfhosted.org>
2021-09-15 17:44:16eric.snowlinkissue45213 messages
2021-09-15 17:44:16eric.snowcreate