From: Benjamin Peterson Date: Fri, 10 Feb 2012 13:46:54 +0000 (-0500) Subject: this is only a borrowed ref in Brett's branch X-Git-Tag: v3.2.3rc1~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efe7c9d4d7afef1895c2da72f4a40d934a6f8fee;p=thirdparty%2FPython%2Fcpython.git this is only a borrowed ref in Brett's branch --- diff --git a/Objects/exceptions.c b/Objects/exceptions.c index 0651d1d577c1..9daa12a4e971 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -2126,7 +2126,7 @@ _PyExc_Init(void) Py_DECREF(args_tuple); } } - + Py_DECREF(bltinmod); } void