Skip to content

Commit 9f7a94f

Browse files
authored
bpo-45407: Remove outdated XXX comment from Struct___init___impl (GH-28805)
1 parent 392a898 commit 9f7a94f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_struct.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,6 @@ Struct___init___impl(PyStructObject *self, PyObject *format)
14751475
if (format == NULL)
14761476
return -1;
14771477
}
1478-
/* XXX support buffer interface, too */
14791478
else {
14801479
Py_INCREF(format);
14811480
}

0 commit comments

Comments
 (0)