bltinmod is borrowed, so it shouldn't be decrefed

This commit is contained in:
Benjamin Peterson 2012-02-06 11:28:45 -05:00
parent f51ebf94bb
commit 2f9c71bbba

View file

@ -2127,7 +2127,6 @@ _PyExc_Init(void)
} }
} }
Py_DECREF(bltinmod);
} }
void void