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 ZackerySpytz
Recipients ZackerySpytz, christian.heimes
Date 2020-07-09.03:53:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594266784.28.0.798839997492.issue41252@roundup.psfhosted.org>
In-reply-to
Content
In _servername_callback(), servername_bytes will be used after being
decrefed if PyUnicode_FromEncodedObject() fails.
History
Date User Action Args
2020-07-09 03:53:04ZackerySpytzsetrecipients: + ZackerySpytz, christian.heimes
2020-07-09 03:53:04ZackerySpytzsetmessageid: <1594266784.28.0.798839997492.issue41252@roundup.psfhosted.org>
2020-07-09 03:53:04ZackerySpytzlinkissue41252 messages
2020-07-09 03:53:04ZackerySpytzcreate