mirror of https://github.com/python/cpython
ac7a92cc0a
This is for the C generator: - Disallow rule and variable names starting with `_` - Rename most local variable names generated by the parser to start with `_` Exceptions: - Renaming `p` to `_p` will be a separate PR - There are still some names that might clash, e.g. - anything starting with `Py` - C reserved words (`if` etc.) - Macros like `EXTRA` and `CHECK` |
||
---|---|---|
.. | ||
data | ||
peg_extension | ||
pegen | ||
scripts | ||
.clang-format | ||
.gitignore | ||
Makefile | ||
mypy.ini | ||
pyproject.toml | ||
requirements.pip |