Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9bfd0de

Browse files
committed
no one passes NULL here (or should anyway)
1 parent 8788024 commit 9bfd0de

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Python/ceval.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,9 +1115,6 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
11151115

11161116
/* Start of code */
11171117

1118-
if (f == NULL)
1119-
return NULL;
1120-
11211118
/* push frame */
11221119
if (Py_EnterRecursiveCall(""))
11231120
return NULL;

0 commit comments

Comments
 (0)