mirror of
https://github.com/python/cpython.git
synced 2025-11-23 11:57:09 +00:00
bltinmod is borrowed, so it shouldn't be decrefed
This commit is contained in:
parent
2c8bf04308
commit
cec6a61d30
1 changed files with 0 additions and 1 deletions
|
|
@ -2210,7 +2210,6 @@ _PyExc_Init(void)
|
||||||
Py_DECREF(args_tuple);
|
Py_DECREF(args_tuple);
|
||||||
}
|
}
|
||||||
|
|
||||||
Py_DECREF(bltinmod);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue