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 aeros, asvetlov, koobs, kulikjak, ned.deily, paul.moore, ronaldoussoren, soumendra, steve.dower, tim.golden, zach.ware
Date 2020-11-27.20:50:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606510247.87.0.990313717818.issue41818@roundup.psfhosted.org>
In-reply-to
Content
This is actually good news. I had not tested the code on Solaris; this confirms my suspicion that Linux is the only platform that "behaves differently". Sadly, the current Lib/pty.py code depends on such "different behavior" to exit from pty.spawn()'s copy loop, which is why it hangs on the BSDs, macOS, and now we know that it (probably) also hangs on Solaris. Adding 'or PLATFORM == "SunOS"' is the correct thing to do. I am working on this now.
History
Date User Action Args
2020-11-27 20:50:47soumendrasetrecipients: + soumendra, paul.moore, ronaldoussoren, tim.golden, ned.deily, asvetlov, zach.ware, koobs, steve.dower, kulikjak, aeros
2020-11-27 20:50:47soumendrasetmessageid: <1606510247.87.0.990313717818.issue41818@roundup.psfhosted.org>
2020-11-27 20:50:47soumendralinkissue41818 messages
2020-11-27 20:50:47soumendracreate