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

Skip to content

Commit 145c26e

Browse files
committed
Remove comment that Guido agree's doesn't make sense:
PyEval_EvalCode() is *not* a "backward compatible interface", it's the one to use!
1 parent c29e41d commit 145c26e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Python/ceval.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,6 @@ static enum why_code do_raise Py_PROTO((PyObject *, PyObject *, PyObject *));
313313
static int unpack_sequence Py_PROTO((PyObject *, int, PyObject **));
314314

315315

316-
/* Backward compatible interface */
317-
318316
PyObject *
319317
PyEval_EvalCode(co, globals, locals)
320318
PyCodeObject *co;

0 commit comments

Comments
 (0)