From 0f7e2df2f171a26e73b874a961d9c42ff9abf3e8 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 10 Feb 2012 08:46:54 -0500 Subject: [PATCH] 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 be5529460d..49f6d30cd3 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -2209,7 +2209,7 @@ _PyExc_Init(void) Py_FatalError("init of pre-allocated RuntimeError failed"); Py_DECREF(args_tuple); } - + Py_DECREF(bltinmod); } void -- 2.50.1