summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-08-16 05:01:41 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-08-16 05:01:41 (GMT)
commit3a27b0857ef6d35911509eef88e567663bb0a0b6 (patch)
tree7ebb4abf7c82f3c1535d8660fbd9dabb355a4b23 /Misc
parent4f976513efd8d411126e09d036842d0691c49c82 (diff)
downloadcpython-3a27b0857ef6d35911509eef88e567663bb0a0b6.zip
cpython-3a27b0857ef6d35911509eef88e567663bb0a0b6.tar.gz
cpython-3a27b0857ef6d35911509eef88e567663bb0a0b6.tar.bz2
do not decref value borrowed from list (closes #27774)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b2f081c..8c7acaf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Core and Builtins
Library
-------
+- Issue #27774: Fix possible Py_DECREF on unowned object in _sre.
+
- Issue #27760: Fix possible integer overflow in binascii.b2a_qp.
- Issue #27758: Fix possible integer overflow in the _csv module for large record