Closed jaraco closed 1 month ago
In https://github.com/python/importlib_metadata/issues/506, we learned that by adding an unhashable object to sys.modules, it breaks downstream consumers that pass sys.modules to a function wrapped in a cache decorator.
sys.modules
In https://github.com/python/importlib_metadata/issues/506, we learned that by adding an unhashable object to
sys.modules
, it breaks downstream consumers that passsys.modules
to a function wrapped in a cache decorator.