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 RadicalZephyr
Recipients Cornelius Diekmann, RadicalZephyr, chris.torek, jarryshaw, jbeck, martin.panter, vstinner
Date 2019-02-26.09:50:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551174618.38.0.683678753509.issue26228@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-02-26 09:50:18RadicalZephyrsetrecipients: + RadicalZephyr, vstinner, martin.panter, jbeck, chris.torek, Cornelius Diekmann, jarryshaw
2019-02-26 09:50:18RadicalZephyrsetmessageid: <1551174618.38.0.683678753509.issue26228@roundup.psfhosted.org>
2019-02-26 09:50:18RadicalZephyrlinkissue26228 messages
2019-02-26 09:50:18RadicalZephyrcreate