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 Cornelius Diekmann
Recipients Cornelius Diekmann, chris.torek, martin.panter
Date 2017-01-02.18:39:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483382361.54.0.59351643802.issue26228@psf.upfronthosting.co.za>
In-reply-to
Content
I just tested pty.spawn() on OS X 10.6.8 and FreeBSD 11 and it also hangs. It works on Linux.

Your patch solves the problem. I proposed a test suite for pty.spawn() in issue29070. The test suite currently only exposes the problem, as suggested by Martin.
History
Date User Action Args
2017-01-02 18:39:21Cornelius Diekmannsetrecipients: + Cornelius Diekmann, martin.panter, chris.torek
2017-01-02 18:39:21Cornelius Diekmannsetmessageid: <1483382361.54.0.59351643802.issue26228@psf.upfronthosting.co.za>
2017-01-02 18:39:21Cornelius Diekmannlinkissue26228 messages
2017-01-02 18:39:21Cornelius Diekmanncreate