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 zach.ware
Recipients aeros, asvetlov, koobs, ned.deily, paul.moore, ronaldoussoren, soumendra, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-11-25.23:45:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606347929.52.0.703101120833.issue41818@roundup.psfhosted.org>
In-reply-to
Content
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())"
History
Date User Action Args
2020-11-25 23:45:29zach.waresetrecipients: + zach.ware, paul.moore, ronaldoussoren, vstinner, tim.golden, ned.deily, asvetlov, koobs, steve.dower, aeros, soumendra
2020-11-25 23:45:29zach.waresetmessageid: <1606347929.52.0.703101120833.issue41818@roundup.psfhosted.org>
2020-11-25 23:45:29zach.warelinkissue41818 messages
2020-11-25 23:45:29zach.warecreate