]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100940: Change "char *str" to "const char *str" in KeywordToken: It is an immutab...
authorStepfen Shawn <m18824909883@163.com>
Wed, 18 Jan 2023 21:02:48 +0000 (05:02 +0800)
committerGitHub <noreply@github.com>
Wed, 18 Jan 2023 21:02:48 +0000 (21:02 +0000)
commita1e051a23736fdf3da812363bcaf32e53a294f03
tree8ef0239b2a644538e3584994aa6b22eb1d7f2b54
parent75c8133efec035ec1083ebd8e7d43ef340c2e581
gh-100940: Change "char *str" to "const char *str" in KeywordToken:  It is an immutable string. (#100936)
Parser/pegen.h