no one passes NULL here (or should anyway)
diff --git a/Python/ceval.c b/Python/ceval.c
index 5a5e23c5..5c93637 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -1115,9 +1115,6 @@
 
 /* Start of code */
 
-    if (f == NULL)
-        return NULL;
-
     /* push frame */
     if (Py_EnterRecursiveCall(""))
         return NULL;