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 Alexey Baldin
Recipients Alexey Baldin, christian.heimes, steve.dower
Date 2018-01-12.06:05:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515737130.35.0.467229070634.issue32533@psf.upfronthosting.co.za>
In-reply-to
Content
I'd gather errno and win error into local variables (or struct) just after SSL call and then pass them to PySSL_SetError.
History
Date User Action Args
2018-01-12 06:05:30Alexey Baldinsetrecipients: + Alexey Baldin, christian.heimes, steve.dower
2018-01-12 06:05:30Alexey Baldinsetmessageid: <1515737130.35.0.467229070634.issue32533@psf.upfronthosting.co.za>
2018-01-12 06:05:30Alexey Baldinlinkissue32533 messages
2018-01-12 06:05:30Alexey Baldincreate