From: Antoine Pitrou Date: Wed, 15 Feb 2012 01:54:33 +0000 (+0100) Subject: Issue #13020: Fix a reference leak when allocating a structsequence object fails. X-Git-Tag: v3.3.0a1~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=552be9b21441514f98356135da7b226914115acf;p=python Issue #13020: Fix a reference leak when allocating a structsequence object fails. Patch by Suman Saha. --- 552be9b21441514f98356135da7b226914115acf diff --cc Misc/NEWS index 2f8a5c198b,4d3d665e54..b57cd2146a --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,9 -10,9 +10,12 @@@ What's New in Python 3.3 Alpha 1 Core and Builtins ----------------- + - Issue #13020: Fix a reference leak when allocating a structsequence object + fails. Patch by Suman Saha. + +- Issue #13777: Add PF_SYSTEM sockets on OS X. + Patch by Michael Goderbauer. + - Issue #13908: Ready types returned from PyType_FromSpec. - Issue #11235: Fix OverflowError when trying to import a source file whose