summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Objects/exceptions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/exceptions.c b/Objects/exceptions.c
index e01d6cf..0651d1d 100644
--- a/Objects/exceptions.c
+++ b/Objects/exceptions.c
@@ -2127,7 +2127,6 @@ _PyExc_Init(void)
}
}
- Py_DECREF(bltinmod);
}
void