test_heapq test_import compiled to __pycache__\longlist.cpython-32.pyc test test_import failed -- Traceback (most recent call last): File "C:\work-in-progress\make-snapshots\branches\py3k\python\lib\test\test_import.py", line 167, in test_module_with_large_stack exec('import ' + module) File "", line 1, in File "C:\work-in-progress\make-snapshots\branches\py3k\python\lib\importlib\_bootstrap.py", line 151, in decorated return fxn(self, module) File "C:\work-in-progress\make-snapshots\branches\py3k\python\lib\importlib\_bootstrap.py", line 320, in load_module code_object = self.get_code(module.__name__) File "C:\work-in-progress\make-snapshots\branches\py3k\python\lib\importlib\_bootstrap.py", line 429, in get_code "object for {0!r}".format(fullname)) ImportError: no source or bytecode available to create code object for 'longlist' Re-running test test_import in verbose mode test_case_sensitivity (test.test_import.ImportTests) ... ok test_double_const (test.test_import.ImportTests) ... ok test_execute_bit_not_copied (test.test_import.ImportTests) ... skipped 'test meaningful only on posix systems' test_failing_import_sticks (test.test_import.ImportTests) ... ok test_failing_reload (test.test_import.ImportTests) ... ok test_file_to_source (test.test_import.ImportTests) ... ok test_imp_module (test.test_import.ImportTests) ... ok test_import (test.test_import.ImportTests) ... ok test_import_by_filename (test.test_import.ImportTests) ... ok test_import_initless_directory_warning (test.test_import.ImportTests) ... ok test_import_name_binding (test.test_import.ImportTests) ... ok test_module_with_large_stack (test.test_import.ImportTests) ... compiled to __pycache__\longlist.cpython-32.pyc ERROR test___cached__ (test.test_import.PycacheTests) ... ok test___cached___legacy_pyc (test.test_import.PycacheTests) ... ok test_import_pyc_path (test.test_import.PycacheTests) ... ok test_missing_source (test.test_import.PycacheTests) ... ok test_missing_source_legacy (test.test_import.PycacheTests) ... ok test_package___cached__ (test.test_import.PycacheTests) ... ok test_package___cached___from_pyc (test.test_import.PycacheTests) ... ok test_unwritable_directory (test.test_import.PycacheTests) ... skipped 'test meaningful only on posix systems' test_basics (test.test_import.PycRewritingTests) ... ok test_foreign_code (test.test_import.PycRewritingTests) ... ok test_incorrect_code_name (test.test_import.PycRewritingTests) ... ok test_module_without_source (test.test_import.PycRewritingTests) ... ok test_UNC_path (test.test_import.PathsTests) ... ok test_trailing_slash (test.test_import.PathsTests) ... ok test_issue3221 (test.test_import.RelativeImportTests) ... ok test_relimport_star (test.test_import.RelativeImportTests) ... ok test_override_builtin (test.test_import.OverridingImportBuiltinTests) ... ok ====================================================================== ERROR: test_module_with_large_stack (test.test_import.ImportTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\work-in-progress\make-snapshots\branches\py3k\python\lib\test\test_import.py", line 161, in test_module_with_large_stack make_legacy_pyc(filename) File "C:\work-in-progress\make-snapshots\branches\py3k\python\lib\test\support.py", line 209, in make_legacy_pyc os.rename(pyc_file, legacy_pyc) WindowsError: [Error 183] Cannot create a file when that file already exists ---------------------------------------------------------------------- Ran 29 tests in 1.672s FAILED (errors=1, skipped=2) test test_import failed -- Traceback (most recent call last): File "C:\work-in-progress\make-snapshots\branches\py3k\python\lib\test\test_import.py", line 161, in test_module_with_large_stack make_legacy_pyc(filename) File "C:\work-in-progress\make-snapshots\branches\py3k\python\lib\test\support.py", line 209, in make_legacy_pyc os.rename(pyc_file, legacy_pyc) WindowsError: [Error 183] Cannot create a file when that file already exists