mattip <[email protected]> added the comment: The source of the distlib failure is in zipimport caching file paths with unix '/' path.sep instead of windows '\\' pathsep. This makes the ZipResourceFinder unhappy. I expanded the test_zip_directory_cache test to check, it currently fails on windows.
---------- status: chatting -> in-progress ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1696> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
