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:
parent
c29e41df44
commit
145c26e3d3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue