]> granicus.if.org Git - python/commit
Issue #13020: Fix a reference leak when allocating a structsequence object fails.
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Feb 2012 01:54:33 +0000 (02:54 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Feb 2012 01:54:33 +0000 (02:54 +0100)
commit552be9b21441514f98356135da7b226914115acf
treeb87ed275d03e36940dd51f19f28f79a8de311b74
parent15af7b4a4f38be7155c4186624d67dc12764aceb
parent4b3c7846c9a25dfe4e508d9059ff8274023acd09
Issue #13020: Fix a reference leak when allocating a structsequence object fails.
Patch by Suman Saha.
Misc/NEWS