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.

Author Urs.Traber
Recipients Urs.Traber
Date 2014-10-11.11:23:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413026581.56.0.334221063135.issue22608@psf.upfronthosting.co.za>
In-reply-to
Content
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 Event objects to None at the end of a test (see patch attached).



*) e.g. on Digital UNIX with a default of maximal 4096 open files per process
History
Date User Action Args
2014-10-11 11:23:01Urs.Trabersetrecipients: + Urs.Traber
2014-10-11 11:23:01Urs.Trabersetmessageid: <1413026581.56.0.334221063135.issue22608@psf.upfronthosting.co.za>
2014-10-11 11:23:01Urs.Traberlinkissue22608 messages
2014-10-11 11:23:01Urs.Trabercreate