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 christian.heimes, serhiy.storchaka, twouters, vstinner, xdegaye, yan12125
Date 2017-03-04.17:32:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488648758.66.0.404934700578.issue29176@psf.upfronthosting.co.za>
In-reply-to
Content
I've just tried with the latest git-master. With NDK r13b and my build scripts, [1] test_curses passed.

shell@ASUS_Z00E_2:/data/local/tmp $ python3.7m -m test test_curses -u curses   
Run tests sequentially
0:00:00 [1/1] test_curses
1 test OK.

Total duration: 1 sec
Tests result: SUCCESS
abcshell@ASUS_Z00E_2:/data/local/tmp $ 

By the way, with NDK r14 and unified headers, [2] the test also passed. Note that this configuration is not officially supported by CPython yet. (issue29040)

[1] https://github.com/yan12125/python3-android/tree/ndk-r13
[2] https://github.com/yan12125/python3-android/tree/master
History
Date User Action Args
2017-03-04 17:32:38yan12125setrecipients: + yan12125, twouters, vstinner, christian.heimes, xdegaye, serhiy.storchaka
2017-03-04 17:32:38yan12125setmessageid: <1488648758.66.0.404934700578.issue29176@psf.upfronthosting.co.za>
2017-03-04 17:32:38yan12125linkissue29176 messages
2017-03-04 17:32:38yan12125create