commit | 305e1a749ff1b39e6c2009fb25111cca24f7a874 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Dec 08 11:05:50 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Dec 08 11:05:50 2012 +0100 |
tree | 5e38be4838d963d8131237ee38c4f314a2216d04 | |
parent | ed636a84b90f7ac5e9e396e3a026188ed53f9307 [diff] |
Issue #16628: Fix a memory leak in ctypes.resize().
diff --git a/Misc/NEWS b/Misc/NEWS index 3894d2e..3c9f382 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -175,6 +175,8 @@ Library ------- +- Issue #16628: Fix a memory leak in ctypes.resize(). + - Issue #13120: Allow to call pdb.set_trace() from thread. Patch by Ilya Sandler.