We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d5494 commit 13e664aCopy full SHA for 13e664a
1 file changed
InternalDocs/parser.md
@@ -829,6 +829,10 @@ $ python parse.py file_with_source_code_to_test.py
829
As the generated `parse.py` file is just Python code, you can modify it
830
and add breakpoints to debug or better understand some complex situations.
831
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
+
836
837
Verbose mode
838
------------
0 commit comments