From cec6a61d303f26c2ca2e7cadf5970f4dff18dc27 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 6 Feb 2012 11:28:45 -0500 Subject: [PATCH] bltinmod is borrowed, so it shouldn't be decrefed --- Objects/exceptions.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.50.1