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 xtreak
Recipients lktoken, ned.deily, ronaldoussoren, xtreak
Date 2018-07-19.07:52:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531986757.34.0.56676864532.issue34143@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the details @lktoken. I assumed that you were on Linux and had the opposite values. Verified it on my Mac and they report the same values as yours. I think the values are also different for Windows machines as @ronaldoussoren noted in his comment

EAGAIN - 11
EDEADLK - 36 (Not 35 like Linux)

Ref : https://docs.microsoft.com/en-us/cpp/c-runtime-library/errno-doserrno-sys-errlist-and-sys-nerr

Thanks
History
Date User Action Args
2018-07-19 07:52:37xtreaksetrecipients: + xtreak, ronaldoussoren, ned.deily, lktoken
2018-07-19 07:52:37xtreaksetmessageid: <1531986757.34.0.56676864532.issue34143@psf.upfronthosting.co.za>
2018-07-19 07:52:37xtreaklinkissue34143 messages
2018-07-19 07:52:37xtreakcreate