Commit 8e0ad46b authored by Benjamin Peterson's avatar Benjamin Peterson Committed by GitHub

update all_name_chars comment after 9020ac7c (#3452)

parent 2ebc5ce4
...@@ -10,8 +10,7 @@ typedef struct { ...@@ -10,8 +10,7 @@ typedef struct {
void *ce_extras[1]; void *ce_extras[1];
} _PyCodeObjectExtra; } _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 static int
all_name_chars(PyObject *o) all_name_chars(PyObject *o)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment