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
1 changed files with 0 additions and 1 deletions

View File

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