[issue33081] multiprocessing Queue leaks a file descriptor associated with the pipe writer

Henrique Andrade report at bugs.python.org
Thu Mar 15 19:46:47 EDT 2018


Henrique Andrade <hcma at unscrambl.com> added the comment:

Pablo, but there is no way to close the other side.

Indeed, if you look in the implementation, you will see that the writer file descriptor can't be closed.

----------

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


More information about the Python-bugs-list mailing list