diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-02-15 01:54:33 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-02-15 01:54:33 (GMT) |
commit | 552be9b21441514f98356135da7b226914115acf (patch) | |
tree | b87ed275d03e36940dd51f19f28f79a8de311b74 /Misc/NEWS | |
parent | 15af7b4a4f38be7155c4186624d67dc12764aceb (diff) | |
parent | 4b3c7846c9a25dfe4e508d9059ff8274023acd09 (diff) | |
download | cpython-552be9b21441514f98356135da7b226914115acf.zip cpython-552be9b21441514f98356135da7b226914115acf.tar.gz cpython-552be9b21441514f98356135da7b226914115acf.tar.bz2 |
Issue #13020: Fix a reference leak when allocating a structsequence object fails.
Patch by Suman Saha.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ 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. |