[issue41797] PyModule_GetState doesn't work with LazyLoader

Brett Cannon report at bugs.python.org
Wed Sep 16 14:33:29 EDT 2020


Brett Cannon <brett at python.org> added the comment:

Probably making LazyLoader skip being lazy for non-source modules probably makes the most sense and would be easiest to implement since it's an explicit opt-out.

----------

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


More information about the Python-bugs-list mailing list