New issue 2276: py3k importer failures on win32
https://bitbucket.org/pypy/pypy/issues/2276/py3k-importer-failures-on-win32

mattip:

own tests (and translation) are failing on py3k win32, all the 
interpreter.astcompiler.test.test_ast tests fail with importing winreg. The 
actual failure is in `lib-python/3/importlib/_bootstrap.py, where it calls 
`winreg_module = BuiltinImporter.load_module('winreg')`, but this line changed 
over two years ago and there have been successful builds since.

Any hints?

Here is one of the many failing own tests

http://buildbot.pypy.org/summary/longrepr?testname=TestAstToObject.%28%29.test_attributes&builder=own-win-x86-32&build=934&mod=interpreter.astcompiler.test.test_ast


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

Reply via email to