Commit 2f9c71bb authored by Benjamin Peterson's avatar Benjamin Peterson

bltinmod is borrowed, so it shouldn't be decrefed

parent f51ebf94
...@@ -2127,7 +2127,6 @@ _PyExc_Init(void) ...@@ -2127,7 +2127,6 @@ _PyExc_Init(void)
} }
} }
Py_DECREF(bltinmod);
} }
void void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment