From efe7c9d4d7afef1895c2da72f4a40d934a6f8fee Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 10 Feb 2012 08:46:54 -0500 Subject: this is only a borrowed ref in Brett's branch --- Objects/exceptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/exceptions.c b/Objects/exceptions.c index 0651d1d..9daa12a 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -2126,7 +2126,7 @@ _PyExc_Init(void) Py_DECREF(args_tuple); } } - + Py_DECREF(bltinmod); } void -- cgit v0.12