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 christian.heimes
Recipients christian.heimes, valhallasw
Date 2013-12-07.17:01:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386435685.93.0.684077304146.issue19919@psf.upfronthosting.co.za>
In-reply-to
Content
EAGAIN          Resource temporarily unavailable (may be the same value as EWOULDBLOCK) (POSIX.1)

Can you please check of EAGAIN and EWOULDBLOCK are the same value on your Linux box? They are the same on my box:

>>> import errno
>>> errno.EAGAIN, errno.EWOULDBLOCK
(11, 11)
History
Date User Action Args
2013-12-07 17:01:25christian.heimessetrecipients: + christian.heimes, valhallasw
2013-12-07 17:01:25christian.heimessetmessageid: <1386435685.93.0.684077304146.issue19919@psf.upfronthosting.co.za>
2013-12-07 17:01:25christian.heimeslinkissue19919 messages
2013-12-07 17:01:25christian.heimescreate