diff options
author | Yury Selivanov <yury@magic.io> | 2016-11-09 14:42:14 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-11-09 14:42:14 (GMT) |
commit | d2fd3599abeed393ccdf4ee5cf1c7b346ba4a022 (patch) | |
tree | 396e99bdb5e58ca4b353aa640b51ed7b1a9bb2c0 /Misc | |
parent | 58c534dd6cac474776e173fbeb06efbf46aff028 (diff) | |
download | cpython-d2fd3599abeed393ccdf4ee5cf1c7b346ba4a022.zip cpython-d2fd3599abeed393ccdf4ee5cf1c7b346ba4a022.tar.gz cpython-d2fd3599abeed393ccdf4ee5cf1c7b346ba4a022.tar.bz2 |
ssue #27942: Fix memory leak in codeobject.c
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -110,6 +110,8 @@ Core and Builtins - Issue #27443: __length_hint__() of bytearray iterators no longer return a negative integer for a resized bytearray. +- Issue #27942: Fix memory leak in codeobject.c + Library ------- |