[issue17824] pty.spawn handles errors improperly

Martin Panter report at bugs.python.org
Thu Jan 12 05:48:45 EST 2017


Martin Panter added the comment:

The patch for Issue 26228 proposes an improvement to the situation, although it is not perfect and does not include a test. I wonder if it is possible to replace fork() and execlp() with a subprocess.Popen invokation, at least in a new Python release?

----------

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


More information about the Python-bugs-list mailing list