[New-bugs-announce] [issue31400] SSL module returns incorrect error codes on Windows

Steve Dower report at bugs.python.org
Fri Sep 8 17:16:30 EDT 2017


New submission from Steve Dower:

Because we wait so long between errors occurring and being reported, information about the Windows error code (WSAGetLastError) has already been lost.

We should capture all the info sooner.

----------
assignee: steve.dower
components: SSL
messages: 301733
nosy: steve.dower
priority: normal
severity: normal
stage: patch review
status: open
title: SSL module returns incorrect error codes on Windows
type: behavior
versions: Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list