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 martin.panter
Recipients martin.panter, vstinner
Date 2016-10-20.07:26:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476948409.33.0.578194967575.issue28484@psf.upfronthosting.co.za>
In-reply-to
Content
Two tests in test_capi assume that the GIL is always used, but I don’t think it is available when Python is built with “configure --without-threads”. So I propose to skip these tests if the “threading” module is unavailable.

In test_regrtest, a test is rerun using the -j2 option, which fails if multithreading is disabled. I propose to only run without -j2 if “threading” does not import.

Victor, I grouped these two changes together because both bits of code have your name on them. Hopefully you can give them a quick review :)
History
Date User Action Args
2016-10-20 07:26:49martin.pantersetrecipients: + martin.panter, vstinner
2016-10-20 07:26:49martin.pantersetmessageid: <1476948409.33.0.578194967575.issue28484@psf.upfronthosting.co.za>
2016-10-20 07:26:49martin.panterlinkissue28484 messages
2016-10-20 07:26:49martin.pantercreate