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 jhylton
Recipients
Date 2002-04-04.20:57:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The file wrapper makes a file descriptor look like an
asycnore socket.  When its recv() method is invoked, it
calls os.read().

I use this in an application where os.read()
occasionally raises os.error (11, 'Resource temporarily
unavailable').  I think that asyncore should catch this
error and treat it just like EWOULDBLOCK.

But I'd like a second opinion.
History
Date User Action Args
2007-08-23 14:00:23adminlinkissue539444 messages
2007-08-23 14:00:23admincreate