Message83131
| Author | ocean-city |
|---|---|
| Recipients | ocean-city, pakal |
| Date | 2009-03-04.20:19:24 |
| SpamBayes Score | 1.1671019e-06 |
| Marked as misclassified | No |
| Message-id | <1236197966.38.0.942324135985.issue4192@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This happens because when flooder.py terminates, its stdout will be closed, but another pipe end in receirver.py process is already closed, so Python\sysmodule.c(1098): _check_and_flush (FILE *stream) In this function, fflush() fails. The reason why error message is not helpful is probably this close function is called in interpreter termination process, other modules/objects to do so are already destroyed. Maybe this error message can be improved in some way, but I'm not sure. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-03-04 20:19:26 | ocean-city | set | recipients: + ocean-city, pakal |
| 2009-03-04 20:19:26 | ocean-city | set | messageid: <1236197966.38.0.942324135985.issue4192@psf.upfronthosting.co.za> |
| 2009-03-04 20:19:24 | ocean-city | link | issue4192 messages |
| 2009-03-04 20:19:24 | ocean-city | create | |