Issue 22610: test_ftplib fails with sem_init: Too many open files (original) (raw)

Issue22610

Created on 2014-10-11 12:18 by Urs.Traber, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_ftplib.patch Urs.Traber,2014-10-11 12:18 patch for test_ftplib.py
Messages (3)
msg229077 - (view) Author: Urs Traber (Urs.Traber) Date: 2014-10-11 12:18
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.
msg238844 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2015-03-21 22:57
It's a simple patch so can we have a formal review please.
msg292991 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-05-04 15:17
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.
History
Date User Action Args
2022-04-11 14:58:09 admin set github: 66800
2017-05-04 15:17:43 vstinner set status: open -> closednosy: + vstinnermessages: + resolution: out of datestage: resolved
2015-03-21 22:57:55 BreamoreBoy set nosy: + BreamoreBoymessages: +
2014-10-11 12🔞28 Urs.Traber create