diff options
author | Christian Heimes <christian@cheimes.de> | 2013-07-21 14:24:51 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-07-21 14:24:51 (GMT) |
commit | 8c4c1f6e669453165a31e03b131f089ae1271067 (patch) | |
tree | 50ee3a85302c661abcfe32965a7e2523fe0a6428 /Misc/NEWS | |
parent | 96f628f48797c0602e1421a42283740cc6ebfd67 (diff) | |
download | cpython-8c4c1f6e669453165a31e03b131f089ae1271067.zip cpython-8c4c1f6e669453165a31e03b131f089ae1271067.tar.gz cpython-8c4c1f6e669453165a31e03b131f089ae1271067.tar.bz2 |
Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |