[issue22610] test_ftplib fails with sem_init: Too many open files

2014-10-11 Thread Urs Traber
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: test_ft

[issue22610] test_ftplib fails with sem_init: Too many open files

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: It's a simple patch so can we have a formal review please. -- nosy: +BreamoreBoy ___ Python tracker ___ _

[issue22610] test_ftplib fails with sem_init: Too many open files

2017-05-04 Thread STINNER Victor
STINNER Victor added the comment: I didn't see this error recently on any buildbot. While the patch seems safe, I prefer to not apply it to prevent any kind of regression. -- nosy: +haypo resolution: -> out of date stage: -> resolved status: open -> closed __