mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Don't use C++ comment.
This commit is contained in:
parent
eb6dcf6b0d
commit
9123edcc63
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ MakeFields(PyObject *type, CFieldObject *descr,
|
||||||
PyObject *fname, *ftype;
|
PyObject *fname, *ftype;
|
||||||
CFieldObject *fdescr;
|
CFieldObject *fdescr;
|
||||||
CFieldObject *new_descr;
|
CFieldObject *new_descr;
|
||||||
// Convert to PyArg_UnpackTuple...
|
/* Convert to PyArg_UnpackTuple... */
|
||||||
if (!PyArg_ParseTuple(pair, "OO", &fname, &ftype)) {
|
if (!PyArg_ParseTuple(pair, "OO", &fname, &ftype)) {
|
||||||
Py_DECREF(fieldlist);
|
Py_DECREF(fieldlist);
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue