We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002b033 commit ebc949bCopy full SHA for ebc949b
Modules/atexitmodule.c
@@ -93,7 +93,7 @@ atexit_callfuncs(struct atexit_state *state)
93
continue;
94
}
95
96
- // Increment the refcount of cb->func as the call itself may unregister it
+ // bpo-46025: Increment the refcount of cb->func as the call itself may unregister it
97
PyObject* the_func = cb->func;
98
Py_INCREF(the_func);
99
PyObject *res = PyObject_Call(cb->func, cb->args, cb->kwargs);
0 commit comments