[issue13812] multiprocessing package doesn't flush stderr on child exception

Jon Brandvein report at bugs.python.org
Mon Jan 23 04:58:15 CET 2012


Jon Brandvein <jon.brandvein at gmail.com> added the comment:

Some more information: When I write to a new file created by open(), all versions flush correctly. However, if I reassign sys.stdout to that file, Python 3.x does not (again, under Windows). I wonder what it is that causes these other files to flush.

(Note: I am testing by calling time.sleep() and inspecting the output file during and after the pause.)

----------

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


More information about the Python-bugs-list mailing list