This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients amaury.forgeotdarc, jerry.seutter, r.david.murray, vstinner
Date 2010-04-28.00:15:02
SpamBayes Score 3.2136893e-05
Marked as misclassified No
Message-id <1272413704.5.0.670492598193.issue7449@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2010-04-28 00:15:05vstinnersetrecipients: + vstinner, amaury.forgeotdarc, jerry.seutter, r.david.murray
2010-04-28 00:15:04vstinnersetmessageid: <1272413704.5.0.670492598193.issue7449@psf.upfronthosting.co.za>
2010-04-28 00:15:03vstinnerlinkissue7449 messages
2010-04-28 00:15:02vstinnercreate