commit | 98a9722e4a82b5f7dc0411233bbec892a02c7667 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Feb 09 13:14:04 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Feb 09 13:14:04 2014 +0200 |
tree | 51179bb7d80e822a18d0ccbb41fde7198f424813 | |
parent | 2cfae9b03f706e0d6889dfecc21f87419d926b00 [diff] [blame] |
Issue #20437: Fixed 43 potential bugs when deleting objects references.
diff --git a/Misc/NEWS b/Misc/NEWS index 05413fe..f63d2a6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,8 @@ Core and Builtins ----------------- +- Issue #20437: Fixed 43 potential bugs when deleting objects references. + - Issue #20494: Ensure that free()d memory arenas are really released on POSIX systems supporting anonymous memory mappings. Patch by Charles-François Natali.