mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
update all_name_chars comment after 9020ac7cce (#3452)
This commit is contained in:
parent
2ebc5ce42a
commit
8e0ad46bc8
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue