Thanks to visit codestin.com Credit goes to github.com
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 88b0884 commit 6a12d8dCopy full SHA for 6a12d8d
1 file changed
Python/pythonrun.c
@@ -1256,7 +1256,7 @@ call_sys_exitfunc(void)
1256
PyObject *exitfunc = PySys_GetObject("exitfunc");
1257
1258
if (exitfunc) {
1259
- PyObject *res, *f;
+ PyObject *res;
1260
Py_INCREF(exitfunc);
1261
PySys_SetObject("exitfunc", (PyObject *)NULL);
1262
res = PyEval_CallObject(exitfunc, (PyObject *)NULL);
0 commit comments