Skip to content

Commit 13e664a

Browse files
authored
Clarified issue in using the existing Grammar/python.gram file.
1 parent 20d5494 commit 13e664a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

InternalDocs/parser.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,10 @@ $ python parse.py file_with_source_code_to_test.py
829829
As the generated `parse.py` file is just Python code, you can modify it
830830
and add breakpoints to debug or better understand some complex situations.
831831

832+
However, this does not work with the existing `Grammar/python.gram` file.
833+
See [#133560](https://github.com/python/cpython/issues/133560)
834+
and [#96424](https://github.com/python/cpython/issues/96424) for more information.
835+
832836

833837
Verbose mode
834838
------------

0 commit comments

Comments
 (0)