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_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 completely?

Another class of tests is failing because we didn't implement PEP 489 (Multi-phase extension module initialization) so far. This is mostly cpyext-related, which isn't my area of expertise, but I can look into it if noone else is interested.

-Manuel
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to