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

Antoine Pitrou report at bugs.python.org
Sun Jan 22 18:32:31 CET 2012


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

> But I observe that unless I explicitly flush stdout and stderr before 
> terminating, the output is lost entirely, even if the exit is not 
> abnormal. This isn't the desired behavior, is it?

Indeed that's a bit surprising. Which Python version are you using? Under Unix or Windows?

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

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


More information about the Python-bugs-list mailing list