cpython/Tools/peg_generator
Victor Stinner 5115a16831
gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106)
* Replace deprecated Py_DebugFlag with PyConfig.parser_debug in the
  parser.
* Add Parser.debug member.
* Add tok_state.debug member.
* Py_FrozenMain(): Replace Py_VerboseFlag with PyConfig.verbose.
2022-05-24 22:35:08 +02:00
..
data
peg_extension gh-91320: Use _PyCFunction_CAST() (#92251) 2022-05-03 21:42:14 +02:00
pegen gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106) 2022-05-24 22:35:08 +02:00
scripts Update grammar_grapher with the new forced (&&) directive (#31704) 2022-03-06 15:26:28 +01:00
.clang-format
.gitignore
Makefile Refactor parser compilation units into specific components (GH-29676) 2021-11-21 01:08:50 +00:00
mypy.ini
pyproject.toml
requirements.pip