[issue29176] /tmp does not exist on Android and is used by curses.window.putwin()

Chi Hsuan Yen report at bugs.python.org
Sat Mar 4 12:32:38 EST 2017


Chi Hsuan Yen added the comment:

I've just tried with the latest git-master. With NDK r13b and my build scripts, [1] test_curses passed.

shell at 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 at 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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29176>
_______________________________________


More information about the Python-bugs-list mailing list