From: Benjamin Peterson Date: Mon, 6 Feb 2012 16:28:45 +0000 (-0500) Subject: bltinmod is borrowed, so it shouldn't be decrefed X-Git-Tag: v2.7.3rc1~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cec6a61d303f26c2ca2e7cadf5970f4dff18dc27;p=python bltinmod is borrowed, so it shouldn't be decrefed --- diff --git a/Objects/exceptions.c b/Objects/exceptions.c index 2657185649..be5529460d 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -2210,7 +2210,6 @@ _PyExc_Init(void) Py_DECREF(args_tuple); } - Py_DECREF(bltinmod); } void