New submission from Urs Traber:
same issue as http://bugs.python.org/issue22608
e.g.
test_sanitize (__main__.TestTLS_FTPClassMixin) ... sem_init: Too many open files
ERROR
Fixed by setting the allocated Event objects to None when not needed anymore.
--
components: Tests
files
New submission from Urs Traber:
test_socke.py does not clean up its event objects used for synchronization.
This may cause multiple such ERRORs (*):
testLinebufferedWrite (__main__.LineBufferedFileObjectClassTestCase) ...
sem_init: Too many open files
ERROR
Fixed by setting the allocated