]> granicus.if.org Git - python/commit
Issue #13019: Fix potential reference leaks in bytearray.extend().
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 1 Apr 2012 14:05:46 +0000 (16:05 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 1 Apr 2012 14:05:46 +0000 (16:05 +0200)
commitfe9417726c8d2a15ae11f553ae521c3ba6dfc6b7
tree04e618c07a90c5ac56dfb49dd1430ebc192e1ed8
parentd987c0221cf6601ab65ddf00ca62475d56e6cbd4
Issue #13019: Fix potential reference leaks in bytearray.extend().
Patch by Suman Saha.
Misc/NEWS
Objects/bytearrayobject.c