[issue29070] Integration tests for pty.spawn on Linux and all other platforms

Soumendra Ganguly report at bugs.python.org
Sun Aug 9 18:13:49 EDT 2020


Soumendra Ganguly <soumendra at tamu.edu> added the comment:

Hi! Can anyone please take a look at

https://bugs.python.org/issue41494 [ https://github.com/python/cpython/pull/21752 ]?

I think these are related. I wrote a new function called wspawn, which is like spawn+the following differences.

1. It sets window size at the beginning.
2. It registers a SIGWINCH handler.
3. It does not depend on OSError to return. It does a clean return instead.

----------
nosy: +soumendra

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


More information about the Python-bugs-list mailing list