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 steve.dower
Recipients barry, brett.cannon, corona10, eric.snow, lemburg, rhettinger, steve.dower
Date 2021-09-23.16:21:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632414103.62.0.776917867037.issue45213@roundup.psfhosted.org>
In-reply-to
Content
Could we add a compile-time requirement (most likely checked in tests, rather than at build) that _PyImport_FrozenModules be sorted? Then we can at least bail out of the loop early, and one day someone could make it a binary search.
History
Date User Action Args
2021-09-23 16:21:43steve.dowersetrecipients: + steve.dower, lemburg, barry, brett.cannon, rhettinger, eric.snow, corona10
2021-09-23 16:21:43steve.dowersetmessageid: <1632414103.62.0.776917867037.issue45213@roundup.psfhosted.org>
2021-09-23 16:21:43steve.dowerlinkissue45213 messages
2021-09-23 16:21:43steve.dowercreate