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 pablogsal
Recipients eric.snow, pablogsal, vstinner
Date 2018-08-31.21:49:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535752178.67.0.56676864532.issue34408@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 95d630e2213fb0ffc197ec440efa3ae3dbb74f8d by Pablo Galindo in branch 'master':
bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInterpreterState_New()` (GH-8767)
https://github.com/python/cpython/commit/95d630e2213fb0ffc197ec440efa3ae3dbb74f8d
History
Date User Action Args
2018-08-31 21:49:38pablogsalsetrecipients: + pablogsal, vstinner, eric.snow
2018-08-31 21:49:38pablogsalsetmessageid: <1535752178.67.0.56676864532.issue34408@psf.upfronthosting.co.za>
2018-08-31 21:49:38pablogsallinkissue34408 messages
2018-08-31 21:49:38pablogsalcreate