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 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:26ocean-citysetrecipients: + ocean-city, pakal
2009-03-04 20:19:26ocean-citysetmessageid: <1236197966.38.0.942324135985.issue4192@psf.upfronthosting.co.za>
2009-03-04 20:19:24ocean-citylinkissue4192 messages
2009-03-04 20:19:24ocean-citycreate