]> granicus.if.org Git - python/commitdiff
Remove comment that Guido agree's doesn't make sense:
authorFred Drake <fdrake@acm.org>
Mon, 21 Feb 2000 17:59:48 +0000 (17:59 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 21 Feb 2000 17:59:48 +0000 (17:59 +0000)
PyEval_EvalCode() is *not* a "backward compatible interface", it's the
one to use!

Python/ceval.c

index 646388106f70eca8322afda591cd60a485a6940b..930b1bc16d7e3f95b4856c7a38a5e4be86d469d1 100644 (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;