This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author soumendra
Recipients soumendra, twouters
Date 2020-08-18.00:49:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597711774.19.0.624759660431.issue41541@roundup.psfhosted.org>
In-reply-to
Content
Further note: login_tty will also enable us to set slave termios from the parent process in pty.spawn.

Due to the fact that reviewing patches can be overwhelming, v0.5 removes a lot of stuff and instead simply performs window resize by calling ioctl TIOCSWINSZ on the master end of the pty. Still works as expected.
History
Date User Action Args
2020-08-18 00:49:34soumendrasetrecipients: + soumendra, twouters
2020-08-18 00:49:34soumendrasetmessageid: <1597711774.19.0.624759660431.issue41541@roundup.psfhosted.org>
2020-08-18 00:49:34soumendralinkissue41541 messages
2020-08-18 00:49:34soumendracreate