STINNER Victor added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue31158>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to