[issue26228] pty.spawn hangs on FreeBSD 9.3, 10.x

Geoff Shannon report at bugs.python.org
Tue Feb 26 04:50:18 EST 2019


Geoff Shannon <earthlingzephyr at gmail.com> added the comment:

I took a shot at fixing this in a smaller more targeted patch.  I think this should still solve the major issue of pty.spawn hanging on platforms that don't raise an error.  In addition, pty.spawn should now _ALWAYS_ return the terminal to the previous settings.

----------
nosy: +RadicalZephyr

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue26228>
_______________________________________


More information about the Python-bugs-list mailing list