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 vstinner
Recipients Arfrever, vstinner
Date 2013-01-29.23:10:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359501050.13.0.524628089171.issue17036@psf.upfronthosting.co.za>
In-reply-to
Content
I tested bc88690df059.patch on Solaris 9: test_os failed on openpty(cloexec=True). It looks like setting close-on-exec on master_fd must be done after grantpt().
History
Date User Action Args
2013-01-29 23:10:50vstinnersetrecipients: + vstinner, Arfrever
2013-01-29 23:10:50vstinnersetmessageid: <1359501050.13.0.524628089171.issue17036@psf.upfronthosting.co.za>
2013-01-29 23:10:50vstinnerlinkissue17036 messages
2013-01-29 23:10:50vstinnercreate