From 9f7a94fd66e05ae040a67e32c397091fe5939ced Mon Sep 17 00:00:00 2001 From: Jeong YunWon <69878+youknowone@users.noreply.github.com> Date: Fri, 8 Oct 2021 15:45:11 +0900 Subject: bpo-45407: Remove outdated XXX comment from Struct___init___impl (GH-28805) --- Modules/_struct.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/_struct.c b/Modules/_struct.c index 872c30d..69de080 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); } -- cgit v0.12