Martin Panter added the comment: This seems to be causing an infinite loop in 2.7, in test_cmd_line_script.CmdLineTest.test_module_in_package_in_zipfile():
test_module_in_package_in_zipfile (test.test_cmd_line_script.CmdLineTest) ... ^C Test suite interrupted by signal SIGINT. 1 test omitted: test_cmd_line_script [Exit 1] [vadmium@localhost cpython]$ sudo strace -p 11412 2>&1 | head Process 11412 attached - interrupt to quit lseek(3, 1024, SEEK_SET) = 1024 lseek(3, 1024, SEEK_SET) = 1024 lseek(3, 1024, SEEK_SET) = 1024 lseek(3, 1024, SEEK_SET) = 1024 lseek(3, 1024, SEEK_SET) = 1024 lseek(3, 1024, SEEK_SET) = 1024 lseek(3, 1024, SEEK_SET) = 1024 lseek(3, 1024, SEEK_SET) = 1024 lseek(3, 1024, SEEK_SET) = 1024 [vadmium@localhost cpython]$ ls -l /proc/11412/fdtotal 0 lr-x------ 1 vadmium users 64 Jan 29 22:23 0 -> pipe:[1249749] l-wx------ 1 vadmium users 64 Jan 29 22:23 1 -> pipe:[1249750] l-wx------ 1 vadmium users 64 Jan 29 22:23 2 -> pipe:[1249750] lr-x------ 1 vadmium users 64 Jan 29 22:23 3 -> /tmp/tmpHMiuOm/test_zip.zip (deleted) [vadmium@localhost cpython]$ kill 11412 ---------- nosy: +martin.panter _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19883> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com