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