diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-20 19:31:14 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-20 19:31:14 (GMT) |
commit | 13e602ea0f08e8c04d635356375d1d2ab5a9b964 (patch) | |
tree | 1c6c4f354fbed67740dc674f4057537a8e682394 /Misc | |
parent | 3dc5129d4fd26d97c1cd8176f6e085db99e38036 (diff) | |
download | cpython-13e602ea0f08e8c04d635356375d1d2ab5a9b964.zip cpython-13e602ea0f08e8c04d635356375d1d2ab5a9b964.tar.gz cpython-13e602ea0f08e8c04d635356375d1d2ab5a9b964.tar.bz2 |
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
format unit.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: tba Core and Builtins ----------------- +- Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" + format unit. + - Issue #26991: Fix possible refleak when creating a function with annotations. - Issue #27039: Fixed bytearray.remove() for values greater than 127. Patch by |