STINNER Victor <victor.stin...@haypocalc.com> added the comment: I commited the patch into small parts:
1 (r80552): fix test_support.py for Python compiled without thread 2 (r80553): regrtest.py -j option requires thread support 3 (r80554): test_doctest: import trace module in test_coverage() 4 (r80555): skip test_multiprocessing if thread support is disabled 5 (r80556, r80569): split Test.test_open() of ctypes/test/test_errno.py 6 (r80564): fix test_hashlib for missing threading module 7 (r80565): simplify threading detection in test_capi 8 (r80566): don't skip the whole test_asynchat if threading is missing 9 (r80568): fix test_xmlrpclib for missing threading module 10 (r80570): test_cmd imports trace module using test_support.import_module() 11 (r80571): fix many tests if thread support is disabled I created the patch to Jerry Seutter in the Misc/NEWS file. I'm waiting for the buildbot tests to port the commits to py3k. First commit of Part 5 (r80556) was wrong: I fixed it with a new commit (r80569). ---------- resolution: -> fixed status: open -> pending _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7449> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com