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, Roman.Evstifeev, lemburg, xdegaye, yan12125
Date 2016-06-05.11:50:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465127440.29.0.377810839314.issue26855@psf.upfronthosting.co.za>
In-reply-to
Content
The ro.kernel.qemu property is set to 1 on an Android emulator and 0 otherwise. I think it should be added to the list.  On some threading tests where the switch interval is set to one microsecond, it is necessary to set the switch interval to a higher value when running on the qemu emulator, see the three issues:
    issue #26939: android: test_functools hangs on armv7
    issue #26940: android: test_importlib hangs on armv7
    issue #26941: android: test_threading hangs on armv7
History
Date User Action Args
2016-06-05 11:50:40xdegayesetrecipients: + xdegaye, lemburg, Roman.Evstifeev, Alex.Willmer, yan12125
2016-06-05 11:50:40xdegayesetmessageid: <1465127440.29.0.377810839314.issue26855@psf.upfronthosting.co.za>
2016-06-05 11:50:40xdegayelinkissue26855 messages
2016-06-05 11:50:40xdegayecreate