mirror of
https://github.com/python/cpython.git
synced 2026-05-23 12:53:22 -04:00
696c35e86b
modules can't be lazily loaded. Thanks to Python 3.6 allowing for types.ModuleType to have its __class__ mutated, the restriction can be lifted by calling create_module() on the wrapped loader.