summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-08-16 05:05:06 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-08-16 05:05:06 (GMT)
commit76aa1fb3b1b96120ca8fdfd48c53dc7d2a320049 (patch)
tree5e2120e7db3e46a36facd5b789b1681a604dcdc0 /Misc
parent81b9ecd2a3338cad109c2827af423867e46c6808 (diff)
parent10bc0f6edf4c24bffe13a0f7aae060ea477aad1e (diff)
downloadcpython-76aa1fb3b1b96120ca8fdfd48c53dc7d2a320049.zip
cpython-76aa1fb3b1b96120ca8fdfd48c53dc7d2a320049.tar.gz
cpython-76aa1fb3b1b96120ca8fdfd48c53dc7d2a320049.tar.bz2
merge 3.4 (#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 4a0d84c..6c016f3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,8 @@ Library
- In the curses module, raise an error if window.getstr() or window.instr() is
passed a negative value.
+- 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