mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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 */
|
||||
|
||||
if (f == NULL)
|
||||
return NULL;
|
||||
|
||||
/* push frame */
|
||||
if (Py_EnterRecursiveCall(""))
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue