Remove comment that Guido agree's doesn't make sense:

PyEval_EvalCode() is *not* a "backward compatible interface", it's the
one to use!
This commit is contained in:
Fred Drake 2000-02-21 17:59:48 +00:00
parent c29e41df44
commit 145c26e3d3
1 changed files with 0 additions and 2 deletions

View File

@ -313,8 +313,6 @@ static enum why_code do_raise Py_PROTO((PyObject *, PyObject *, PyObject *));
static int unpack_sequence Py_PROTO((PyObject *, int, PyObject **));
/* Backward compatible interface */
PyObject *
PyEval_EvalCode(co, globals, locals)
PyCodeObject *co;