New submission from Jey Narasimhan: I was using Ubuntu 11.04 and Python 2.7.1+. The dev code was checkout from hg clone http://hg.python.org/cpython.
Here is the full traceback of the crash report: == CPython 3.4.0rc1+ (default:3ae2cd85a908, Mar 9 2014, 10:38:52) [GCC 4.5.2] == Linux-2.6.38-8-generic-x86_64-with-debian-squeeze-sid little-endian == hash algorithm: siphash24 64bit == /net/files/home/jey/cpython/build/test_python_8784 Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0) [1/1] test_pathlib test_parse_parts (test.test_pathlib.NTFlavourTest) ... ok test_parse_parts_common (test.test_pathlib.NTFlavourTest) ... ok test_splitroot (test.test_pathlib.NTFlavourTest) ... ok test_chmod (test.test_pathlib.PathTest) ... ok test_complex_symlinks_absolute (test.test_pathlib.PathTest) ... ok test_complex_symlinks_relative (test.test_pathlib.PathTest) ... ok test_complex_symlinks_relative_dot_dot (test.test_pathlib.PathTest) ... ok test_concrete_class (test.test_pathlib.PathTest) ... ok test_cwd (test.test_pathlib.PathTest) ... ok test_empty_path (test.test_pathlib.PathTest) ... ok test_exists (test.test_pathlib.PathTest) ... ok test_glob_common (test.test_pathlib.PathTest) ... ok test_glob_dotdot (test.test_pathlib.PathTest) ... ok test_group (test.test_pathlib.PathTest) ... ok test_is_block_device_false (test.test_pathlib.PathTest) ... ok test_is_char_device_false (test.test_pathlib.PathTest) ... ok test_is_char_device_true (test.test_pathlib.PathTest) ... ok test_is_dir (test.test_pathlib.PathTest) ... ok test_is_fifo_false (test.test_pathlib.PathTest) ... ok test_is_fifo_true (test.test_pathlib.PathTest) ... ok test_is_file (test.test_pathlib.PathTest) ... ok test_is_socket_false (test.test_pathlib.PathTest) ... ok test_is_socket_true (test.test_pathlib.PathTest) ... ok test_is_symlink (test.test_pathlib.PathTest) ... ok test_iterdir (test.test_pathlib.PathTest) ... ok test_iterdir_nodir (test.test_pathlib.PathTest) ... ok test_iterdir_symlink (test.test_pathlib.PathTest) ... ok test_lstat (test.test_pathlib.PathTest) ... ok test_lstat_nosymlink (test.test_pathlib.PathTest) ... ok test_mkdir (test.test_pathlib.PathTest) ... ok test_mkdir_parents (test.test_pathlib.PathTest) ... ok test_open_common (test.test_pathlib.PathTest) ... ok test_owner (test.test_pathlib.PathTest) ... ok test_parts_interning (test.test_pathlib.PathTest) ... ok test_pickling_common (test.test_pathlib.PathTest) ... ok test_rename (test.test_pathlib.PathTest) ... ok test_replace (test.test_pathlib.PathTest) ... ok test_resolve_common (test.test_pathlib.PathTest) ... ok test_resolve_dot (test.test_pathlib.PathTest) ... ok test_rglob_common (test.test_pathlib.PathTest) ... ok test_rmdir (test.test_pathlib.PathTest) ... ok test_stat (test.test_pathlib.PathTest) ... ok test_symlink_to (test.test_pathlib.PathTest) ... ok test_touch_common (test.test_pathlib.PathTest) ... ok test_touch_nochange (test.test_pathlib.PathTest) ... ok test_unlink (test.test_pathlib.PathTest) ... ok test_unsupported_flavour (test.test_pathlib.PathTest) ... ok test_with (test.test_pathlib.PathTest) ... ok test_parse_parts (test.test_pathlib.PosixFlavourTest) ... ok test_parse_parts_common (test.test_pathlib.PosixFlavourTest) ... ok test_splitroot (test.test_pathlib.PosixFlavourTest) ... ok test_anchor_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_as_bytes_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_as_posix_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_as_uri (test.test_pathlib.PosixPathAsPureTest) ... ok test_as_uri_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_as_uri_non_ascii (test.test_pathlib.PosixPathAsPureTest) ... ok test_constructor_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_div (test.test_pathlib.PosixPathAsPureTest) ... ok test_div_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_drive_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_eq (test.test_pathlib.PosixPathAsPureTest) ... ok test_eq_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_equivalences (test.test_pathlib.PosixPathAsPureTest) ... ok test_is_absolute (test.test_pathlib.PosixPathAsPureTest) ... ok test_is_reserved (test.test_pathlib.PosixPathAsPureTest) ... ok test_join (test.test_pathlib.PosixPathAsPureTest) ... ok test_join_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_match (test.test_pathlib.PosixPathAsPureTest) ... ok test_match_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_name_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_ordering_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_parent_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_parents_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_parts_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_pickling_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_relative_to_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_repr_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_root (test.test_pathlib.PosixPathAsPureTest) ... ok test_root_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_stem_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_str_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_suffix_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_suffixes_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_with_name_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_with_suffix_common (test.test_pathlib.PosixPathAsPureTest) ... ok test_chmod (test.test_pathlib.PosixPathTest) ... ok test_complex_symlinks_absolute (test.test_pathlib.PosixPathTest) ... ok test_complex_symlinks_relative (test.test_pathlib.PosixPathTest) ... ok test_complex_symlinks_relative_dot_dot (test.test_pathlib.PosixPathTest) ... ok test_cwd (test.test_pathlib.PosixPathTest) ... ok test_empty_path (test.test_pathlib.PosixPathTest) ... ok test_exists (test.test_pathlib.PosixPathTest) ... ok test_glob (test.test_pathlib.PosixPathTest) ... ERROR test_glob_common (test.test_pathlib.PosixPathTest) ... ERROR test_glob_dotdot (test.test_pathlib.PosixPathTest) ... ERROR test_group (test.test_pathlib.PosixPathTest) ... ERROR test_is_block_device_false (test.test_pathlib.PosixPathTest) ... ERROR test_is_char_device_false (test.test_pathlib.PosixPathTest) ... ERROR test_is_char_device_true (test.test_pathlib.PosixPathTest) ... ERROR test_is_dir (test.test_pathlib.PosixPathTest) ... ERROR test_is_fifo_false (test.test_pathlib.PosixPathTest) ... ERROR test_is_fifo_true (test.test_pathlib.PosixPathTest) ... ERROR test_is_file (test.test_pathlib.PosixPathTest) ... ERROR test_is_socket_false (test.test_pathlib.PosixPathTest) ... ERROR test_is_socket_true (test.test_pathlib.PosixPathTest) ... ERROR test_is_symlink (test.test_pathlib.PosixPathTest) ... ERROR test_iterdir (test.test_pathlib.PosixPathTest) ... ERROR test_iterdir_nodir (test.test_pathlib.PosixPathTest) ... ERROR test_iterdir_symlink (test.test_pathlib.PosixPathTest) ... ERROR test_lstat (test.test_pathlib.PosixPathTest) ... ERROR test_lstat_nosymlink (test.test_pathlib.PosixPathTest) ... ERROR test_mkdir (test.test_pathlib.PosixPathTest) ... ERROR test_mkdir_parents (test.test_pathlib.PosixPathTest) ... ERROR test_open_common (test.test_pathlib.PosixPathTest) ... ERROR test_open_mode (test.test_pathlib.PosixPathTest) ... ERROR test_owner (test.test_pathlib.PosixPathTest) ... ERROR test_parts_interning (test.test_pathlib.PosixPathTest) ... ERROR test_pickling_common (test.test_pathlib.PosixPathTest) ... ERROR test_rename (test.test_pathlib.PosixPathTest) ... ERROR test_replace (test.test_pathlib.PosixPathTest) ... ERROR test_resolve_common (test.test_pathlib.PosixPathTest) ... ERROR test_resolve_dot (test.test_pathlib.PosixPathTest) ... ERROR test_resolve_loop (test.test_pathlib.PosixPathTest) ... ERROR test_rglob (test.test_pathlib.PosixPathTest) ... ERROR test_rglob_common (test.test_pathlib.PosixPathTest) ... ERROR test_rmdir (test.test_pathlib.PosixPathTest) ... ERROR test_stat (test.test_pathlib.PosixPathTest) ... ERROR test_symlink_to (test.test_pathlib.PosixPathTest) ... ERROR test_touch_common (test.test_pathlib.PosixPathTest) ... ERROR test_touch_mode (test.test_pathlib.PosixPathTest) ... ERROR test_touch_nochange (test.test_pathlib.PosixPathTest) ... ERROR test_unlink (test.test_pathlib.PosixPathTest) ... ERROR test_with (test.test_pathlib.PosixPathTest) ... ERROR test_anchor_common (test.test_pathlib.PurePathTest) ... ok test_as_bytes_common (test.test_pathlib.PurePathTest) ... ok test_as_posix_common (test.test_pathlib.PurePathTest) ... ok test_as_uri_common (test.test_pathlib.PurePathTest) ... ok test_concrete_class (test.test_pathlib.PurePathTest) ... ok test_constructor_common (test.test_pathlib.PurePathTest) ... ok test_different_flavours_unequal (test.test_pathlib.PurePathTest) ... ok test_different_flavours_unordered (test.test_pathlib.PurePathTest) ... ok test_div_common (test.test_pathlib.PurePathTest) ... ok test_drive_common (test.test_pathlib.PurePathTest) ... ok test_eq_common (test.test_pathlib.PurePathTest) ... ok test_equivalences (test.test_pathlib.PurePathTest) ... ok test_join_common (test.test_pathlib.PurePathTest) ... ok test_match_common (test.test_pathlib.PurePathTest) ... ok test_name_common (test.test_pathlib.PurePathTest) ... ok test_ordering_common (test.test_pathlib.PurePathTest) ... ok test_parent_common (test.test_pathlib.PurePathTest) ... ok test_parents_common (test.test_pathlib.PurePathTest) ... ok test_parts_common (test.test_pathlib.PurePathTest) ... ok test_pickling_common (test.test_pathlib.PurePathTest) ... ok test_relative_to_common (test.test_pathlib.PurePathTest) ... ok test_repr_common (test.test_pathlib.PurePathTest) ... ok test_root_common (test.test_pathlib.PurePathTest) ... ok test_stem_common (test.test_pathlib.PurePathTest) ... ok test_str_common (test.test_pathlib.PurePathTest) ... ok test_suffix_common (test.test_pathlib.PurePathTest) ... ok test_suffixes_common (test.test_pathlib.PurePathTest) ... ok test_with_name_common (test.test_pathlib.PurePathTest) ... ok test_with_suffix_common (test.test_pathlib.PurePathTest) ... ok test_anchor_common (test.test_pathlib.PurePosixPathTest) ... ok test_as_bytes_common (test.test_pathlib.PurePosixPathTest) ... ok test_as_posix_common (test.test_pathlib.PurePosixPathTest) ... ok test_as_uri (test.test_pathlib.PurePosixPathTest) ... ok test_as_uri_common (test.test_pathlib.PurePosixPathTest) ... ok test_as_uri_non_ascii (test.test_pathlib.PurePosixPathTest) ... ok test_constructor_common (test.test_pathlib.PurePosixPathTest) ... ok test_div (test.test_pathlib.PurePosixPathTest) ... ok test_div_common (test.test_pathlib.PurePosixPathTest) ... ok test_drive_common (test.test_pathlib.PurePosixPathTest) ... ok test_eq (test.test_pathlib.PurePosixPathTest) ... ok test_eq_common (test.test_pathlib.PurePosixPathTest) ... ok test_equivalences (test.test_pathlib.PurePosixPathTest) ... ok test_is_absolute (test.test_pathlib.PurePosixPathTest) ... ok test_is_reserved (test.test_pathlib.PurePosixPathTest) ... ok test_join (test.test_pathlib.PurePosixPathTest) ... ok test_join_common (test.test_pathlib.PurePosixPathTest) ... ok test_match (test.test_pathlib.PurePosixPathTest) ... ok test_match_common (test.test_pathlib.PurePosixPathTest) ... ok test_name_common (test.test_pathlib.PurePosixPathTest) ... ok test_ordering_common (test.test_pathlib.PurePosixPathTest) ... ok test_parent_common (test.test_pathlib.PurePosixPathTest) ... ok test_parents_common (test.test_pathlib.PurePosixPathTest) ... ok test_parts_common (test.test_pathlib.PurePosixPathTest) ... ok test_pickling_common (test.test_pathlib.PurePosixPathTest) ... ok test_relative_to_common (test.test_pathlib.PurePosixPathTest) ... ok test_repr_common (test.test_pathlib.PurePosixPathTest) ... ok test_root (test.test_pathlib.PurePosixPathTest) ... ok test_root_common (test.test_pathlib.PurePosixPathTest) ... ok test_stem_common (test.test_pathlib.PurePosixPathTest) ... ok test_str_common (test.test_pathlib.PurePosixPathTest) ... ok test_suffix_common (test.test_pathlib.PurePosixPathTest) ... ok test_suffixes_common (test.test_pathlib.PurePosixPathTest) ... ok test_with_name_common (test.test_pathlib.PurePosixPathTest) ... ok test_with_suffix_common (test.test_pathlib.PurePosixPathTest) ... ok test_anchor (test.test_pathlib.PureWindowsPathTest) ... ok test_anchor_common (test.test_pathlib.PureWindowsPathTest) ... ok test_as_bytes_common (test.test_pathlib.PureWindowsPathTest) ... ok test_as_posix_common (test.test_pathlib.PureWindowsPathTest) ... ok test_as_uri (test.test_pathlib.PureWindowsPathTest) ... ok test_as_uri_common (test.test_pathlib.PureWindowsPathTest) ... ok test_constructor_common (test.test_pathlib.PureWindowsPathTest) ... ok test_div (test.test_pathlib.PureWindowsPathTest) ... ok test_div_common (test.test_pathlib.PureWindowsPathTest) ... ok test_drive (test.test_pathlib.PureWindowsPathTest) ... ok test_drive_common (test.test_pathlib.PureWindowsPathTest) ... ok test_eq (test.test_pathlib.PureWindowsPathTest) ... ok test_eq_common (test.test_pathlib.PureWindowsPathTest) ... ok test_equivalences (test.test_pathlib.PureWindowsPathTest) ... ok test_is_absolute (test.test_pathlib.PureWindowsPathTest) ... ok test_is_reserved (test.test_pathlib.PureWindowsPathTest) ... ok test_join (test.test_pathlib.PureWindowsPathTest) ... ok test_join_common (test.test_pathlib.PureWindowsPathTest) ... ok test_match_common (test.test_pathlib.PureWindowsPathTest) ... ok test_name (test.test_pathlib.PureWindowsPathTest) ... ok test_name_common (test.test_pathlib.PureWindowsPathTest) ... ok test_ordering_common (test.test_pathlib.PureWindowsPathTest) ... ok test_parent (test.test_pathlib.PureWindowsPathTest) ... ok test_parent_common (test.test_pathlib.PureWindowsPathTest) ... ok test_parents (test.test_pathlib.PureWindowsPathTest) ... ok test_parents_common (test.test_pathlib.PureWindowsPathTest) ... ok test_parts (test.test_pathlib.PureWindowsPathTest) ... ok test_parts_common (test.test_pathlib.PureWindowsPathTest) ... ok test_pickling_common (test.test_pathlib.PureWindowsPathTest) ... ok test_relative_to (test.test_pathlib.PureWindowsPathTest) ... ok test_relative_to_common (test.test_pathlib.PureWindowsPathTest) ... ok test_repr_common (test.test_pathlib.PureWindowsPathTest) ... ok test_root (test.test_pathlib.PureWindowsPathTest) ... ok test_root_common (test.test_pathlib.PureWindowsPathTest) ... ok test_stem (test.test_pathlib.PureWindowsPathTest) ... ok test_stem_common (test.test_pathlib.PureWindowsPathTest) ... ok test_str (test.test_pathlib.PureWindowsPathTest) ... ok test_str_common (test.test_pathlib.PureWindowsPathTest) ... ok test_suffix (test.test_pathlib.PureWindowsPathTest) ... ok test_suffix_common (test.test_pathlib.PureWindowsPathTest) ... ok test_suffixes (test.test_pathlib.PureWindowsPathTest) ... ok test_suffixes_common (test.test_pathlib.PureWindowsPathTest) ... ok test_with_name (test.test_pathlib.PureWindowsPathTest) ... ok test_with_name_common (test.test_pathlib.PureWindowsPathTest) ... ok test_with_suffix (test.test_pathlib.PureWindowsPathTest) ... ok test_with_suffix_common (test.test_pathlib.PureWindowsPathTest) ... ok test_anchor (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_anchor_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_as_bytes_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_as_posix_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_as_uri (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_as_uri_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_constructor_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_div (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_div_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_drive (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_drive_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_eq (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_eq_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_equivalences (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_is_absolute (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_is_reserved (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_join (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_join_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_match_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_name (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_name_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_ordering_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_parent (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_parent_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_parents (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_parents_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_parts (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_parts_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_pickling_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_relative_to (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_relative_to_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_repr_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_root (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_root_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_stem (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_stem_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_str (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_str_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_suffix (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_suffix_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_suffixes (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_suffixes_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_with_name (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_with_name_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_with_suffix (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_with_suffix_common (test.test_pathlib.WindowsPathAsPureTest) ... skipped 'test requires a Windows-compatible system' test_chmod (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_complex_symlinks_absolute (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_complex_symlinks_relative (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_complex_symlinks_relative_dot_dot (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_cwd (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_empty_path (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_exists (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_glob (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_glob_common (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_glob_dotdot (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_group (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_is_block_device_false (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_is_char_device_false (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_is_char_device_true (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_is_dir (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_is_fifo_false (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_is_fifo_true (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_is_file (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_is_socket_false (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_is_socket_true (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_is_symlink (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_iterdir (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_iterdir_nodir (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_iterdir_symlink (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_lstat (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_lstat_nosymlink (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_mkdir (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_mkdir_parents (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_open_common (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_owner (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_parts_interning (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_pickling_common (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_rename (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_replace (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_resolve_common (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_resolve_dot (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_rglob (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_rglob_common (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_rmdir (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_stat (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_symlink_to (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_touch_common (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_touch_nochange (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_unlink (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' test_with (test.test_pathlib.WindowsPathTest) ... skipped 'test requires a Windows-compatible system' ====================================================================== ERROR: test_glob (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/shutil.py", line 463, in rmtree _rmtree_safe_fd(fd, path, onerror) File "/net/files/home/jey/cpython/Lib/shutil.py", line 421, in _rmtree_safe_fd onerror(os.unlink, fullname, sys.exc_info()) File "/net/files/home/jey/cpython/Lib/shutil.py", line 419, in _rmtree_safe_fd os.unlink(name, dir_fd=topfd) OSError: [Errno 16] Device or resource busy: '.nfs0000000001e5f7650000a673' ====================================================================== ERROR: test_glob_common (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_glob_dotdot (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_group (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_is_block_device_false (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_is_char_device_false (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_is_char_device_true (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_is_dir (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_is_fifo_false (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_is_fifo_true (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_is_file (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_is_socket_false (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_is_socket_true (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_is_symlink (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_iterdir (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_iterdir_nodir (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_iterdir_symlink (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_lstat (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_lstat_nosymlink (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_mkdir (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_mkdir_parents (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_open_common (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_open_mode (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_owner (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_parts_interning (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_pickling_common (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_rename (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_replace (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_resolve_common (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_resolve_dot (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_resolve_loop (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_rglob (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_rglob_common (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_rmdir (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_stat (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_symlink_to (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_touch_common (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_touch_mode (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_touch_nochange (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_unlink (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ====================================================================== ERROR: test_with (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/test_pathlib.py", line 1172, in setUp os.mkdir(BASE) FileExistsError: [Errno 17] File exists: '/net/files/home/jey/cpython/build/test_python_8784/@test_8784_tmp' ---------------------------------------------------------------------- Ran 335 tests in 26.297s FAILED (errors=41, skipped=91) 'test_pathlib' left behind directory '@test_8784_tmp' 1 test failed: test_pathlib test test_pathlib crashed -- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/regrtest.py", line 1278, in runtest_inner test_runner() File "/net/files/home/jey/cpython/Lib/test/regrtest.py", line 1277, in <lambda> test_runner = lambda: support.run_unittest(tests) File "/net/files/home/jey/cpython/Lib/test/support/__init__.py", line 1719, in run_unittest _run_suite(suite) File "/net/files/home/jey/cpython/Lib/test/support/__init__.py", line 1694, in _run_suite raise TestFailed(err) test.support.TestFailed: multiple errors occurred During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/regrtest.py", line 1281, in runtest_inner test_time = time.time() - start_time File "/net/files/home/jey/cpython/Lib/test/regrtest.py", line 1245, in __exit__ restore(original) File "/net/files/home/jey/cpython/Lib/test/regrtest.py", line 1203, in restore_support_TESTFN shutil.rmtree(support.TESTFN) File "/net/files/home/jey/cpython/Lib/shutil.py", line 463, in rmtree _rmtree_safe_fd(fd, path, onerror) File "/net/files/home/jey/cpython/Lib/shutil.py", line 421, in _rmtree_safe_fd onerror(os.unlink, fullname, sys.exc_info()) File "/net/files/home/jey/cpython/Lib/shutil.py", line 419, in _rmtree_safe_fd os.unlink(name, dir_fd=topfd) OSError: [Errno 16] Device or resource busy: '.nfs0000000001e5f7650000a673' 'test_pathlib' left behind directory '@test_8784_tmp' and it couldn't be removed: [Errno 16] Device or resource busy: '.nfs0000000001e5f7650000a673' Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/test/support/__init__.py", line 824, in temp_dir yield path File "/net/files/home/jey/cpython/Lib/test/support/__init__.py", line 873, in temp_cwd yield cwd_dir File "/net/files/home/jey/cpython/Lib/test/regrtest.py", line 1562, in main_in_temp_cwd main() File "/net/files/home/jey/cpython/Lib/test/regrtest.py", line 843, in main sys.exit(len(bad) > 0 or interrupted) SystemExit: True During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/runpy.py", line 171, in _run_module_as_main "__main__", mod_spec) File "/net/files/home/jey/cpython/Lib/runpy.py", line 86, in _run_code exec(code, run_globals) File "/net/files/home/jey/cpython/Lib/test/__main__.py", line 3, in <module> regrtest.main_in_temp_cwd() File "/net/files/home/jey/cpython/Lib/test/regrtest.py", line 1562, in main_in_temp_cwd main() File "/net/files/home/jey/cpython/Lib/contextlib.py", line 77, in __exit__ self.gen.throw(type, value, traceback) File "/net/files/home/jey/cpython/Lib/test/support/__init__.py", line 873, in temp_cwd yield cwd_dir File "/net/files/home/jey/cpython/Lib/contextlib.py", line 77, in __exit__ self.gen.throw(type, value, traceback) File "/net/files/home/jey/cpython/Lib/test/support/__init__.py", line 827, in temp_dir shutil.rmtree(path) File "/net/files/home/jey/cpython/Lib/shutil.py", line 463, in rmtree _rmtree_safe_fd(fd, path, onerror) File "/net/files/home/jey/cpython/Lib/shutil.py", line 401, in _rmtree_safe_fd _rmtree_safe_fd(dirfd, fullname, onerror) File "/net/files/home/jey/cpython/Lib/shutil.py", line 421, in _rmtree_safe_fd onerror(os.unlink, fullname, sys.exc_info()) File "/net/files/home/jey/cpython/Lib/shutil.py", line 419, in _rmtree_safe_fd os.unlink(name, dir_fd=topfd) OSError: [Errno 16] Device or resource busy: '.nfs0000000001e5f7650000a673' ---------- components: Tests messages: 212982 nosy: Jey.Narasimhan priority: normal severity: normal status: open title: python -m test test_pathlib fails type: crash versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20876> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com