Commit 3bafb336 authored by Fred Drake's avatar Fred Drake

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

PyEval_EvalCode() is *not* a "backward compatible interface", it's the
one to use!
parent 037bee6c
...@@ -313,8 +313,6 @@ static enum why_code do_raise Py_PROTO((PyObject *, PyObject *, PyObject *)); ...@@ -313,8 +313,6 @@ static enum why_code do_raise Py_PROTO((PyObject *, PyObject *, PyObject *));
static int unpack_sequence Py_PROTO((PyObject *, int, PyObject **)); static int unpack_sequence Py_PROTO((PyObject *, int, PyObject **));
/* Backward compatible interface */
PyObject * PyObject *
PyEval_EvalCode(co, globals, locals) PyEval_EvalCode(co, globals, locals)
PyCodeObject *co; PyCodeObject *co;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment