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 gvanrossum, martin.panter
Date 2016-10-20.04:23:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476937394.99.0.275548920794.issue28482@psf.upfronthosting.co.za>
In-reply-to
Content
If you compile with “configure --without-threads”, various tests are already skipped because they rely on multithreading. However test_typing does not seem to handle this. It tries to import “asyncio”, which seems to depend on multithreading. I presume it is expected that asyncio requires multithreading, so perhaps the affected tests should be skipped in test_typing. Here is my attempt to skip them; please review.
History
Date User Action Args
2016-10-20 04:23:15martin.pantersetrecipients: + martin.panter, gvanrossum
2016-10-20 04:23:14martin.pantersetmessageid: <1476937394.99.0.275548920794.issue28482@psf.upfronthosting.co.za>
2016-10-20 04:23:14martin.panterlinkissue28482 messages
2016-10-20 04:23:14martin.pantercreate