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 vstinner
Recipients ZackerySpytz, christian.heimes, miss-islington, serhiy.storchaka, vstinner, yselivanov
Date 2018-10-19.23:14:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539990892.82.0.788709270274.issue34824@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset d92816de667169fbd54a3442705bc07286e8c69d by Victor Stinner (Miss Islington (bot)) in branch '3.6':
bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) (GH-9744)
https://github.com/python/cpython/commit/d92816de667169fbd54a3442705bc07286e8c69d
History
Date User Action Args
2018-10-19 23:14:53vstinnersetrecipients: + vstinner, christian.heimes, serhiy.storchaka, yselivanov, ZackerySpytz, miss-islington
2018-10-19 23:14:52vstinnersetmessageid: <1539990892.82.0.788709270274.issue34824@psf.upfronthosting.co.za>
2018-10-19 23:14:52vstinnerlinkissue34824 messages
2018-10-19 23:14:52vstinnercreate