Message 229075 - Python tracker
Message229075
| 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:01 | Urs.Traber | set | recipients: + Urs.Traber |
| 2014-10-11 11:23:01 | Urs.Traber | set | messageid: <1413026581.56.0.334221063135.issue22608@psf.upfronthosting.co.za> |
| 2014-10-11 11:23:01 | Urs.Traber | link | issue22608 messages |
| 2014-10-11 11:23:01 | Urs.Traber | create | |