summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-20 19:31:14 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-20 19:31:14 (GMT)
commit13e602ea0f08e8c04d635356375d1d2ab5a9b964 (patch)
tree1c6c4f354fbed67740dc674f4057537a8e682394 /Misc
parent3dc5129d4fd26d97c1cd8176f6e085db99e38036 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 303563f..ef1a65f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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