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 yan12125
Recipients Alex.Willmer, ncoghlan, pitrou, rhettinger, xdegaye, yan12125
Date 2016-05-06.10:20:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462530055.73.0.293584416305.issue26939@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, test_functools passes on ASUS Zenfone 2 Laser ZE500KL with stock ROM (rooted) and my patchset. [1] The CPU is ARM64 and the Python is built as 32-bit ARM binaries. test_threading (#26941) and test_importlib (#26940) pass, too. test_concurrent_futures (#26938) fails with 27 errors, all with "OSError: [Errno 38] Function not implemented", which seems the same as #26924.

The attached file contains logs of the four tests mentioned here.

[1] https://github.com/yan12125/python3-android
History
Date User Action Args
2016-05-06 10:20:56yan12125setrecipients: + yan12125, rhettinger, ncoghlan, pitrou, xdegaye, Alex.Willmer
2016-05-06 10:20:55yan12125setmessageid: <1462530055.73.0.293584416305.issue26939@psf.upfronthosting.co.za>
2016-05-06 10:20:55yan12125linkissue26939 messages
2016-05-06 10:20:55yan12125create