update all_name_chars comment after 9020ac7cce (#3452)

This commit is contained in:
Benjamin Peterson 2017-09-07 23:35:53 -07:00 committed by GitHub
parent 2ebc5ce42a
commit 8e0ad46bc8
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@ typedef struct {
void *ce_extras[1];
} _PyCodeObjectExtra;
/* all_name_chars(s): true iff all chars in s are valid NAME_CHARS */
/* all_name_chars(s): true iff s matches [a-zA-Z0-9_]* */
static int
all_name_chars(PyObject *o)
{