bpo-45407: Remove outdated XXX comment from Struct___init___impl (GH-28805)

This commit is contained in:
Jeong YunWon 2021-10-08 15:45:11 +09:00 committed by GitHub
parent 392a898353
commit 9f7a94fd66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1475,7 +1475,6 @@ Struct___init___impl(PyStructObject *self, PyObject *format)
if (format == NULL)
return -1;
}
/* XXX support buffer interface, too */
else {
Py_INCREF(format);
}