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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cec6a61d303f26c2ca2e7cadf5970f4dff18dc27;p=thirdparty%2FPython%2Fcpython.git bltinmod is borrowed, so it shouldn't be decrefed --- diff --git a/Objects/exceptions.c b/Objects/exceptions.c index 265718564928..be5529460de5 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -2210,7 +2210,6 @@ _PyExc_Init(void) Py_DECREF(args_tuple); } - Py_DECREF(bltinmod); } void