https://github.com/python/cpython/commit/9f7a94fd66e05ae040a67e32c397091fe5939ced commit: 9f7a94fd66e05ae040a67e32c397091fe5939ced branch: main author: Jeong YunWon <69878+youknowone at users.noreply.github.com> committer: corona10 <donghee.na92 at gmail.com> date: 2021年10月08日T15:45:11+09:00 summary: bpo-45407: Remove outdated XXX comment from Struct___init___impl (GH-28805) files: M Modules/_struct.c diff --git a/Modules/_struct.c b/Modules/_struct.c index 872c30d659d82..69de080f4388c 100644 --- a/Modules/_struct.c +++ b/Modules/_struct.c @@ -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); }