mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
no one passes NULL here (or should anyway)
This commit is contained in:
parent
878802435d
commit
9bfd0dee9b
1 changed files with 0 additions and 3 deletions
|
@ -1115,9 +1115,6 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
|
||||||
|
|
||||||
/* Start of code */
|
/* Start of code */
|
||||||
|
|
||||||
if (f == NULL)
|
|
||||||
return NULL;
|
|
||||||
|
|
||||||
/* push frame */
|
/* push frame */
|
||||||
if (Py_EnterRecursiveCall(""))
|
if (Py_EnterRecursiveCall(""))
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue