[issue30966] multiprocessing.queues.SimpleQueue leaks 2 fds

STINNER Victor report at bugs.python.org
Wed Jul 19 05:46:47 EDT 2017


STINNER Victor added the comment:

On Python 3.6+, regrtest is able to detect file descriptor leaks when using --huntrleaks. Is someone interested to backport this feature to 3.5 and/or 2.7 which would mean fix all FD leaks in our test suite?

If someone wants to work on that, I would suggest to first fix all bugs, and when the test suite is fine: modify regrtest.

----------

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


More information about the Python-bugs-list mailing list