summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/getargs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/getargs.c b/Python/getargs.c
index 9d72752..f313a37 100644
--- a/Python/getargs.c
+++ b/Python/getargs.c
@@ -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;