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 vstinner
Date 2017-08-09.11:02:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502276536.67.0.661637705582.issue31158@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know why test_pty fails.

https://github.com/python/cpython/pull/3037 makes sure that all data is written into the master fd using a new write_all() helper function which loops until all data is written: handle os.write() partial write.
History
Date User Action Args
2017-08-09 11:02:16vstinnersetrecipients: + vstinner
2017-08-09 11:02:16vstinnersetmessageid: <1502276536.67.0.661637705582.issue31158@psf.upfronthosting.co.za>
2017-08-09 11:02:16vstinnerlinkissue31158 messages
2017-08-09 11:02:16vstinnercreate