This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
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 -> closed nosy: + vstinner messages: + msg292991 resolution: out of date stage: resolved |
| 2015年03月21日 22:57:55 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg238844 |
| 2014年10月11日 12:18:28 | Urs.Traber | create | |