mirror of
https://github.com/python/cpython.git
synced 2025-12-11 19:40:17 +00:00
bpo-45407: Remove outdated XXX comment from Struct___init___impl (GH-28805)
This commit is contained in:
parent
392a898353
commit
9f7a94fd66
1 changed files with 0 additions and 1 deletions
|
|
@ -1475,7 +1475,6 @@ Struct___init___impl(PyStructObject *self, PyObject *format)
|
||||||
if (format == NULL)
|
if (format == NULL)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
/* XXX support buffer interface, too */
|
|
||||||
else {
|
else {
|
||||||
Py_INCREF(format);
|
Py_INCREF(format);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue