[issue1488934] file.write + closed pipe = no error

Antoine Pitrou report at bugs.python.org
Wed Jan 12 17:10:16 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Agreed with Charles-François, this is normal behaviour since the bytes written on stdout are buffered (up to a certain size). If calling flush() doesn't solve the issue, please reopen the issue.

----------
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1488934>
_______________________________________


More information about the Python-bugs-list mailing list