Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79ed4c7

Browse files
committed
remove an outdated comment
The comment is meaningless since changeset 4e985a96a612.
1 parent 53e9ec4 commit 79ed4c7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/getargs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,6 @@ vgetargskeywords(PyObject *args, PyObject *keywords, const char *format,
15901590
"keywords must be strings");
15911591
return cleanreturn(0, &freelist);
15921592
}
1593-
/* check that _PyUnicode_AsString() result is not NULL */
15941593
for (i = 0; i < len; i++) {
15951594
if (!PyUnicode_CompareWithASCIIString(key, kwlist[i])) {
15961595
match = 1;

0 commit comments

Comments
 (0)