Commit bc1b5f16 authored by Georg Brandl's avatar Georg Brandl

Remove an XXX that is unnecessary.

parent 6bf8fa66
...@@ -490,7 +490,6 @@ volatile int _Py_Ticker = 100; ...@@ -490,7 +490,6 @@ volatile int _Py_Ticker = 100;
PyObject * PyObject *
PyEval_EvalCode(PyCodeObject *co, PyObject *globals, PyObject *locals) PyEval_EvalCode(PyCodeObject *co, PyObject *globals, PyObject *locals)
{ {
/* XXX raise SystemError if globals is NULL */
return PyEval_EvalCodeEx(co, return PyEval_EvalCodeEx(co,
globals, locals, globals, locals,
(PyObject **)NULL, 0, (PyObject **)NULL, 0,
......
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