[issue31804] multiprocessing calls flush on sys.stdout at exit even if it is None (pythonw)

Pox TheGreat report at bugs.python.org
Tue Jan 9 11:11:04 EST 2018


Pox TheGreat <poxthegreat at gmail.com> added the comment:

Unfortunately this is NOT a duplicate of https://bugs.python.org/issue28326. That issue is about a closed output stream. In that case sys.stdout and sys.stderr are file like objects which have been closed.

This issue is about sys.stdout and sys.stderr being None! This is because pythonw was used not python.

----------
resolution: duplicate -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31804>
_______________________________________


More information about the Python-bugs-list mailing list