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 xdegaye
Recipients Alex.Willmer, xdegaye
Date 2016-05-03.15:47:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462290426.09.0.613967464154.issue26941@psf.upfronthosting.co.za>
In-reply-to
Content
test_threading hangs on an android emulator running an armv7 system image (but not on x86) at API level 21. The test suite hangs at

test_is_alive_after_fork (test.test_threading.ThreadTests) ...

A cause of this problem may be related to the fact that the android arm emulator runs very, very slowly.
History
Date User Action Args
2016-05-03 15:47:06xdegayesetrecipients: + xdegaye, Alex.Willmer
2016-05-03 15:47:06xdegayesetmessageid: <1462290426.09.0.613967464154.issue26941@psf.upfronthosting.co.za>
2016-05-03 15:47:06xdegayelinkissue26941 messages
2016-05-03 15:47:05xdegayecreate