[Python-checkins] cpython: remove an outdated comment

victor.stinner python-checkins at python.org
Thu Nov 7 01:12:42 CET 2013


http://hg.python.org/cpython/rev/fafe20297927
changeset:   86982:fafe20297927
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Nov 07 00:53:56 2013 +0100
summary:
  remove an outdated comment

The comment is meaningless since changeset 4e985a96a612.

files:
  Python/getargs.c |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Python/getargs.c b/Python/getargs.c
--- a/Python/getargs.c
+++ b/Python/getargs.c
@@ -1590,7 +1590,6 @@
                                 "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;

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list