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

Antoine Pitrou report at bugs.python.org
Wed Jan 12 19:10:02 CET 2011


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

> msg28537 shows a version with flush, and says that it fails

I cannot reproduce. Either with Python 2.5.2 (!), 2.7 or 3.2, on a remote Debian system. Even using "kill -9" on the local ssh process does shut down the remote Python process.
If I comment out the flush() call, it is clearly reproduceable. I would suggest you did something wrong when testing the flush() version.

----------
resolution:  -> invalid
stage: unit test needed -> 
status: open -> pending

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


More information about the Python-bugs-list mailing list