mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +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;
|
||||
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…
Add table
Add a link
Reference in a new issue