[issue34759] Possible regression in ssl module in 3.7.1 and master

Steve Dower report at bugs.python.org
Thu Sep 20 22:35:24 EDT 2018


Steve Dower <steve.dower at python.org> added the comment:

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.)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34759>
_______________________________________


More information about the Python-bugs-list mailing list