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 lemburg
Recipients barry, brett.cannon, corona10, eric.snow, lemburg, rhettinger
Date 2021-09-22.13:22:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632316923.96.0.611376150182.issue45213@roundup.psfhosted.org>
In-reply-to
Content
Perhaps a frozen dict could be used instead of the linear search.

This could then also be made available as sys.frozen_modules for inspection by applications and tools such as debuggers or introspection tools trying to find source code (and potentially failing at this).

Not urgent, though.
History
Date User Action Args
2021-09-22 13:22:04lemburgsetrecipients: + lemburg, barry, brett.cannon, rhettinger, eric.snow, corona10
2021-09-22 13:22:03lemburgsetmessageid: <1632316923.96.0.611376150182.issue45213@roundup.psfhosted.org>
2021-09-22 13:22:03lemburglinkissue45213 messages
2021-09-22 13:22:03lemburgcreate