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 pitrou
Recipients kristjan.jonsson, pitrou
Date 2009-03-24.13:56:53
SpamBayes Score 0.03291247
Marked as misclassified No
Message-id <1237903015.74.0.291456506161.issue5552@psf.upfronthosting.co.za>
In-reply-to
Content
This may be related to the following lines in posixmodule.c:

if (!_PyVerify_fd(fd))
	return posix_error();
History
Date User Action Args
2009-03-24 13:56:55pitrousetrecipients: + pitrou, kristjan.jonsson
2009-03-24 13:56:55pitrousetmessageid: <1237903015.74.0.291456506161.issue5552@psf.upfronthosting.co.za>
2009-03-24 13:56:54pitroulinkissue5552 messages
2009-03-24 13:56:54pitroucreate