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: v2.7.3rc1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f7e2df2f171a26e73b874a961d9c42ff9abf3e8;p=python this is only a borrowed ref in Brett's branch --- diff --git a/Objects/exceptions.c b/Objects/exceptions.c index be5529460d..49f6d30cd3 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -2209,7 +2209,7 @@ _PyExc_Init(void) Py_FatalError("init of pre-allocated RuntimeError failed"); Py_DECREF(args_tuple); } - + Py_DECREF(bltinmod); } void