Hello,
> Most (or all) tests from test_importlib.frozen are failing because PyPy
> doesn't really have frozen modules (in the sense of CPython, where these
> are a special kind of modules besides normal Python modules and
> extension modules). Does it sound reasonable to skip these tests
> comple
Hi,
I'm currently trying to fix the remaining test_importlib failures
(http://buildbot.pypy.org/summary/longrepr?testname=%3Aunmodified&builder=pypy-c-jit-linux-x86-64&build=4451&mod=lib-python%2F3%2Ftest%2Ftest_importlib),
of which some are a bit obscure.
Most (or all) tests from test_import