[issue45189] Drop the "list_frozen" command from _test_embed.

STINNER Victor report at bugs.python.org
Wed Sep 15 04:23:50 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

I found a new _imp._frozen_module_names() function:

$ ./python 
Python 3.11.0a0 (heads/main:1afc7b3219, Sep 15 2021, 10:22:28) [GCC >>> import _imp; _imp._frozen_module_names()
['_frozen_importlib', '_frozen_importlib_external', 'zipimport']

----------

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


More information about the Python-bugs-list mailing list