http://hg.python.org/cpython/rev/adf555991f8b changeset: 74866:adf555991f8b branch: 2.7 parent: 74861:29507a2acdb5 user: Benjamin Peterson <benjamin at python.org> date: Fri Feb 10 08:46:54 2012 -0500 summary: this is only a borrowed ref in Brett's branch files: Objects/exceptions.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Objects/exceptions.c b/Objects/exceptions.c --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -2209,7 +2209,7 @@ Py_FatalError("init of pre-allocated RuntimeError failed"); Py_DECREF(args_tuple); } - + Py_DECREF(bltinmod); } void -- Repository URL: http://hg.python.org/cpython