Message 325943 - Python tracker

Message325943

Author steve.dower
Recipients christian.heimes, ned.deily, njs, steve.dower
Date 2018-09-21.02:35:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537497324.94.0.956365154283.issue34759@psf.upfronthosting.co.za>
In-reply-to
Content
It should just be gathering SSL error codes before acquiring the GIL, which could switch thread and then get the wrong code.

Of course, it's possible it is in the backport. How easily can you test against master? (I'm AFK, so can't easily do anything right now.)
History
Date User Action Args
2018-09-21 02:35:24steve.dowersetrecipients: + steve.dower, christian.heimes, ned.deily, njs
2018-09-21 02:35:24steve.dowersetmessageid: <1537497324.94.0.956365154283.issue34759@psf.upfronthosting.co.za>
2018-09-21 02:35:24steve.dowerlinkissue34759 messages
2018-09-21 02:35:24steve.dowercreate