[issue25654] test_multiprocessing_spawn ResourceWarning with -Werror

Serhiy Storchaka report at bugs.python.org
Fri Mar 25 05:36:11 EDT 2016


Serhiy Storchaka added the comment:

> What do you think? Is it better to keep stdin if stdin.close() raises an exception?

I don't know. I don't know why OSError and ValueError are caught at all.

What are you think about deterministic closing standard streams in leanup_std_streams.patch? There is no haste to commit this.

----------

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


More information about the Python-bugs-list mailing list