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 lktoken
Recipients lktoken, ned.deily, ronaldoussoren
Date 2018-07-18.07:26:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531898794.31.0.56676864532.issue34143@psf.upfronthosting.co.za>
In-reply-to
Content
In errno.py, the constant EDEADLK has a defined value of 11, and the constant EAGAIN has a defined value of 35, which is exactly the opposite of the linux constant definition. See: https://www.thegeekstuff.com/2010/10/linux -error-codes/.
History
Date User Action Args
2018-07-18 07:26:34lktokensetrecipients: + lktoken, ronaldoussoren, ned.deily
2018-07-18 07:26:34lktokensetmessageid: <1531898794.31.0.56676864532.issue34143@psf.upfronthosting.co.za>
2018-07-18 07:26:34lktokenlinkissue34143 messages
2018-07-18 07:26:34lktokencreate