Message 285310 - Python tracker
Message285310
| Author | xdegaye |
|---|---|
| Recipients | twouters, xdegaye, yan12125 |
| Date | 2017-01-12.11:32:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1484220741.69.0.311371929809.issue29176@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The test suite runner in the test.libregrtest.main module calls tempfile.gettempdir() and mkstemp_curses.patch uses the same logic to fix the problem on Android where the tests that I run use TMPDIR=/data/local/tmp on Android API 24.
As a side note, when the curses library is ncurses-6.0, the library must be patched in ncurses/base/lib_screen.c with the attached ncurses.patch, see:
http://lists.gnu.org/archive/html/bug-ncurses/2016-05/msg00000.html
https://bugs.python.org/issue27323 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-01-12 11:32:21 | xdegaye | set | recipients: + xdegaye, twouters, yan12125 |
| 2017-01-12 11:32:21 | xdegaye | set | messageid: <1484220741.69.0.311371929809.issue29176@psf.upfronthosting.co.za> |
| 2017-01-12 11:32:21 | xdegaye | link | issue29176 messages |
| 2017-01-12 11:32:20 | xdegaye | create | |