[20.0.8] import hook assumes existence of exec_module
but the api is optional according to PEP 302/451
#1690
Labels
exec_module
but the api is optional according to PEP 302/451
#1690
A contained example is https://github.com/asottile/pymonkey
the import machinery in virtualenv 20.0.8 assumes all loaders have an
exec_module
attribute, however that's optional (and not part of PEP 302 at all)The crash in my case looks like:
The text was updated successfully, but these errors were encountered: