mirror of https://github.com/python/cpython.git
remove an outdated comment
The comment is meaningless since changeset 4e985a96a612.
This commit is contained in:
parent
53e9ec48e5
commit
79ed4c744a
|
@ -1590,7 +1590,6 @@ vgetargskeywords(PyObject *args, PyObject *keywords, const char *format,
|
|||
"keywords must be strings");
|
||||
return cleanreturn(0, &freelist);
|
||||
}
|
||||
/* check that _PyUnicode_AsString() result is not NULL */
|
||||
for (i = 0; i < len; i++) {
|
||||
if (!PyUnicode_CompareWithASCIIString(key, kwlist[i])) {
|
||||
match = 1;
|
||||
|
|
Loading…
Reference in New Issue