Antoine Pitrou <pit...@free.fr> added the comment:

Python 2 doesn't call write(), it calls fwrite() and friends (i.e. it uses the 
libc's buffered I/O API).  Also we don't do anything special if the printed 
string has a newline in it.  So my guess is that it's a bug in the libc.

----------
nosy: +pitrou

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

Reply via email to