summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-07-21 14:24:51 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-07-21 14:24:51 (GMT)
commit8c4c1f6e669453165a31e03b131f089ae1271067 (patch)
tree50ee3a85302c661abcfe32965a7e2523fe0a6428 /Misc
parent96f628f48797c0602e1421a42283740cc6ebfd67 (diff)
downloadcpython-8c4c1f6e669453165a31e03b131f089ae1271067.zip
cpython-8c4c1f6e669453165a31e03b131f089ae1271067.tar.gz
cpython-8c4c1f6e669453165a31e03b131f089ae1271067.tar.bz2
Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
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 f79f625..3b45833 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,8 @@ Core and Builtins
Library
-------
+- Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
+
- Issue #18513: Fix behaviour of cmath.rect w.r.t. signed zeros on OS X 10.8 +
gcc.