]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45407: Remove outdated XXX comment from Struct___init___impl (GH-28805)
authorJeong YunWon <69878+youknowone@users.noreply.github.com>
Fri, 8 Oct 2021 06:45:11 +0000 (15:45 +0900)
committerGitHub <noreply@github.com>
Fri, 8 Oct 2021 06:45:11 +0000 (15:45 +0900)
Modules/_struct.c

index 872c30d659d824e08fba07aba7ef0eacbb5be09f..69de080f4388cd5526e47a9f0cf01c03066b3b50 100644 (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);
     }