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

Xavier de Gaye report at bugs.python.org
Fri Jan 6 05:47:00 EST 2017


New submission from Xavier de Gaye:

======================================================================
ERROR: test_module_funcs (test.test_curses.TestCurses)
Test module-level functions
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_curses.py", line 219, in test_module_fun
cs
    self.stdscr.putwin(f)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/py.curses.putwin.nsIZYY'

----------------------------------------------------------------------

----------
assignee: xdegaye
components: Extension Modules
keywords: patch
messages: 284810
nosy: twouters, xdegaye
priority: normal
severity: normal
stage: needs patch
status: open
title: /tmp does not exist on Android and is used by curses.window.putwin()
type: behavior
versions: Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list