mirror of
https://github.com/python/cpython.git
synced 2025-07-28 05:34:31 +00:00
Remove an XXX that is unnecessary.
This commit is contained in:
parent
6bf8fa66ff
commit
bc1b5f1669
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue