this is only a borrowed ref in Brett's branch

This commit is contained in:
Benjamin Peterson 2012-02-10 08:46:54 -05:00
parent 0d0ea48709
commit 0f7e2df2f1
1 changed files with 1 additions and 1 deletions

View File

@ -2209,7 +2209,7 @@ _PyExc_Init(void)
Py_FatalError("init of pre-allocated RuntimeError failed");
Py_DECREF(args_tuple);
}
Py_DECREF(bltinmod);
}
void