commit | 9bfd0dee9b80c158cfb4228e7495820a791cd1fb | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Jul 03 17:06:32 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Jul 03 17:06:32 2011 -0500 |
tree | 1f988de176616b226dc49e011322e6dac1217473 | |
parent | 878802435d5839f54b49f1537eeca6dce330569c [diff] |
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;