commit | 8eeda72742ef98c635ce89e0b0da0af3de508e77 | [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 | 7e94d2f256ae6a4634e9842f15107d130bfe8fa4 | |
parent | 766849b978efd35c483348f8b1a788f6200cb215 [diff] [blame] |
Issue #16628: Fix a memory leak in ctypes.resize().
diff --git a/Misc/NEWS b/Misc/NEWS index ed725fb..0c01e8b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -156,6 +156,8 @@ Library ------- +- Issue #16628: Fix a memory leak in ctypes.resize(). + - Issue #10182: The re module doesn't truncate indices to 32 bits anymore. Patch by Serhiy Storchaka.