Ezio Melotti added the comment: I'm getting two failures after this: ====================================================================== ERROR: testRaising (test.test_exceptions.ExceptionTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/wolf/dev/py/py3k/Lib/test/test_exceptions.py", line 51, in testRaising marshal.loads(b'') ValueError: bad marshal data (unknown type code)
---------------------------------------------------------------------- and ====================================================================== ERROR: test_no_marshal (test.test_importlib.source.test_file_loader.SourceLoaderBadBytecodeTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/wolf/dev/py/py3k/Lib/test/test_importlib/source/util.py", line 23, in wrapper to_return = fxn(*args, **kwargs) File "/home/wolf/dev/py/py3k/Lib/test/test_importlib/source/test_file_loader.py", line 364, in test_no_marshal self._test_no_marshal() File "/home/wolf/dev/py/py3k/Lib/test/test_importlib/source/test_file_loader.py", line 265, in _test_no_marshal self.import_(file_path, '_temp') File "/home/wolf/dev/py/py3k/Lib/test/test_importlib/source/test_file_loader.py", line 194, in import_ module = loader.load_module(module_name) File "<frozen importlib._bootstrap>", line 572, in _check_name_wrapper File "<frozen importlib._bootstrap>", line 1032, in load_module File "<frozen importlib._bootstrap>", line 1013, in load_module File "<frozen importlib._bootstrap>", line 548, in module_for_loader_wrapper File "<frozen importlib._bootstrap>", line 869, in _load_module File "<frozen importlib._bootstrap>", line 990, in get_code File "<frozen importlib._bootstrap>", line 668, in _compile_bytecode ValueError: bad marshal data (unknown type code) ====================================================================== ERROR: test_no_marshal (test.test_importlib.source.test_file_loader.SourcelessLoaderBadBytecodeTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/wolf/dev/py/py3k/Lib/test/test_importlib/source/test_file_loader.py", line 470, in test_no_marshal self._test_no_marshal(del_source=True) File "/home/wolf/dev/py/py3k/Lib/test/test_importlib/source/test_file_loader.py", line 265, in _test_no_marshal self.import_(file_path, '_temp') File "/home/wolf/dev/py/py3k/Lib/test/test_importlib/source/test_file_loader.py", line 194, in import_ module = loader.load_module(module_name) File "<frozen importlib._bootstrap>", line 1099, in load_module File "<frozen importlib._bootstrap>", line 548, in module_for_loader_wrapper File "<frozen importlib._bootstrap>", line 869, in _load_module File "<frozen importlib._bootstrap>", line 1105, in get_code File "<frozen importlib._bootstrap>", line 668, in _compile_bytecode ValueError: bad marshal data (unknown type code) ---------------------------------------------------------------------- ---------- nosy: +ezio.melotti _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16475> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com