Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX
Also use doxy style function reference `#` prefix chars when referencing identifiers.
This commit is contained in:
@@ -1547,7 +1547,7 @@ static PySequenceMethods BPy_IDGroup_Seq = {
|
||||
NULL, /* binaryfunc sq_concat */
|
||||
NULL, /* ssizeargfunc sq_repeat */
|
||||
NULL,
|
||||
/* ssizeargfunc sq_item */ /* TODO - setting this will allow PySequence_Check to return True */
|
||||
/* ssizeargfunc sq_item */ /* TODO: setting this will allow PySequence_Check to return True. */
|
||||
NULL, /* intintargfunc ***was_sq_slice*** */
|
||||
NULL, /* intobjargproc sq_ass_item */
|
||||
NULL, /* ssizeobjargproc ***was_sq_ass_slice*** */
|
||||
|
||||
Reference in New Issue
Block a user