special casing importlib.machinery breaks PyPy #487
Closed
Comments
Original comment by s3anj (Bitbucket: s3anj, GitHub: Unknown): Excellent! |
Original comment by s3anj (Bitbucket: s3anj, GitHub: Unknown): Thanks. I will continue to test against pypy3 3.2.x and the dev branch for pypy3 3.3.5 (where I discovered the above issue). |
jaraco
added a commit
that referenced
this issue
Apr 4, 2016
… force import in delayed-import environments. Fixes #487.
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: s3anj (Bitbucket: s3anj, GitHub: Unknown)
In pkg_resources/init.py the import of importlib only succeeds on cpython breaking pip on PyPy.
PyPy3 has a working
importlib.machinery
packageThe text was updated successfully, but these errors were encountered: