[issue30391] test_threading_handled() and test_threading_not_handled() of test_socketserver hangs randomly on AMD64 FreeBSD 10.x Shared 3.6

STINNER Victor report at bugs.python.org
Fri Aug 18 19:25:34 EDT 2017


STINNER Victor added the comment:

I recently found two issues in socketserver:

* bpo-31233: socketserver.ThreadingMixIn leaks running threads after server_close()
* bpo-31151: socketserver.ForkingMixIn.server_close() leaks zombie processes

Fixing these two issues is likely to help to fix this one.

----------

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


More information about the Python-bugs-list mailing list