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 dvitek
Recipients McNetic, dvitek, vstinner
Date 2018-01-03.21:05:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515013545.66.0.467229070634.issue15982@psf.upfronthosting.co.za>
In-reply-to
Content
It doesn't look like the fix for issue #16133 fixed this problem, or perhaps it only fixed it for asynchat but not asyncore.

I have attached a patch (against python 2, since this is where I needed it fixed).  The patch treats WSA flavors of all errno values in the same way that the non-WSA flavors were treated before.

It is the intent that no direct references to errno values persist after applying this patch.  The patch fixed my particular issue, but I certainly haven't tested every new error condition.
History
Date User Action Args
2018-01-03 21:05:45dviteksetrecipients: + dvitek, vstinner, McNetic
2018-01-03 21:05:45dviteksetmessageid: <1515013545.66.0.467229070634.issue15982@psf.upfronthosting.co.za>
2018-01-03 21:05:45dviteklinkissue15982 messages
2018-01-03 21:05:45dvitekcreate