summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-07-20 11:51:45 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-07-20 11:51:45 (GMT)
commitddcb6206bf7feebb0a1671e475ee877f683af145 (patch)
tree30ff6289a6ee7163ac4990175ae967a1a8fe3fc8 /Misc
parent3be7a8bbcfb82d54865b1bf3d775d40a66c8620f (diff)
downloadcpython-ddcb6206bf7feebb0a1671e475ee877f683af145.zip
cpython-ddcb6206bf7feebb0a1671e475ee877f683af145.tar.gz
cpython-ddcb6206bf7feebb0a1671e475ee877f683af145.tar.bz2
Issue #15404: Refleak in PyMethodObject repr.
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 0136a44..d8dfea7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.2.4
Core and Builtins
-----------------
+- Issue #15404: Refleak in PyMethodObject repr.
+
- Issue #15394: An issue in PyModule_Create that caused references to
be leaked on some error paths has been fixed. Patch by Julia Lawall.