| commit | ddcb6206bf7feebb0a1671e475ee877f683af145 | [log] [tgz] |
|---|---|---|
| author | Andrew Svetlov <andrew.svetlov@gmail.com> | Fri Jul 20 14:51:45 2012 +0300 |
| committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Fri Jul 20 14:51:45 2012 +0300 |
| tree | 30ff6289a6ee7163ac4990175ae967a1a8fe3fc8 | |
| parent | 3be7a8bbcfb82d54865b1bf3d775d40a66c8620f [diff] [blame] |
Issue #15404: Refleak in PyMethodObject repr.
diff --git a/Misc/NEWS b/Misc/NEWS index 0136a44..d8dfea7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ 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.