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 pitrou
Recipients Creideiki, pitrou
Date 2017-12-19.23:19:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513725569.23.0.213398074469.issue32345@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-12-19 23:19:29pitrousetrecipients: + pitrou, Creideiki
2017-12-19 23:19:29pitrousetmessageid: <1513725569.23.0.213398074469.issue32345@psf.upfronthosting.co.za>
2017-12-19 23:19:29pitroulinkissue32345 messages
2017-12-19 23:19:29pitroucreate