[issue45213] Frozen modules are looked up using a linear search.

Marc-Andre Lemburg report at bugs.python.org
Wed Sep 22 09:22:03 EDT 2021


Marc-Andre Lemburg <mal at egenix.com> added the comment:

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.

----------
nosy: +lemburg

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45213>
_______________________________________


More information about the Python-bugs-list mailing list