[issue41818] Lib/pty.py major revision

Zachary Ware report at bugs.python.org
Wed Nov 25 18:45:29 EST 2020


Zachary Ware <zachary.ware at gmail.com> added the comment:

Moving my notes from PR23514 to here, the issue that that PR addressed is not Gentoo-specific; here's a simple reproducer on Ubuntu:

./python -c "import pty;pty.spawn('./python -m test -v test_pty'.split())"

----------

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


More information about the Python-bugs-list mailing list