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: v3.2.3rc1~91 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f9c71bbbab6fb66cd4df16e30313ea975e1c46d;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 e01d6cfa1961..0651d1d577c1 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -2127,7 +2127,6 @@ _PyExc_Init(void) } } - Py_DECREF(bltinmod); } void