summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Objects/exceptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/exceptions.c b/Objects/exceptions.c
index be55294..49f6d30 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