[issue22608] test_socket fails with sem_init: Too many open files

Martin Panter report at bugs.python.org
Sun Mar 22 00:26:41 CET 2015


Martin Panter added the comment:

Maybe these patches work around the problem in these cases, but it sounds like the threading.Event class needs to grow a close() method or support the context manager protocol, rather than relying on the garbage collector to clean it up.

----------
nosy: +vadmium

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


More information about the Python-bugs-list mailing list