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

Urs Traber report at bugs.python.org
Sat Oct 11 14:18:28 CEST 2014


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_ftplib.patch
keywords: patch
messages: 229077
nosy: Urs.Traber
priority: normal
severity: normal
status: open
title: test_ftplib fails with sem_init: Too many open files
type: resource usage
versions: Python 2.7
Added file: http://bugs.python.org/file36879/test_ftplib.patch

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


More information about the Python-bugs-list mailing list