update all_name_chars comment after 9020ac7cce
(#3452)
This commit is contained in:
parent
2ebc5ce42a
commit
8e0ad46bc8
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue