mirror of https://github.com/python/cpython
Don't use C++ comment.
This commit is contained in:
parent
eb6dcf6b0d
commit
9123edcc63
|
@ -167,7 +167,7 @@ MakeFields(PyObject *type, CFieldObject *descr,
|
|||
PyObject *fname, *ftype;
|
||||
CFieldObject *fdescr;
|
||||
CFieldObject *new_descr;
|
||||
// Convert to PyArg_UnpackTuple...
|
||||
/* Convert to PyArg_UnpackTuple... */
|
||||
if (!PyArg_ParseTuple(pair, "OO", &fname, &ftype)) {
|
||||
Py_DECREF(fieldlist);
|
||||
return -1;
|
||||
|
|
Loading…
Reference in New Issue