Package: python-pegen / 0.3.0-1

Metadata

Package Version Patches format
python-pegen 0.3.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Fix broken testcase for Python 3.12.patch | (download)

data/python.gram | 7 4 + 3 - 0 !
tests/python_parser/test_syntax_error_handling.py | 4 2 + 2 - 0 !
2 files changed, 6 insertions(+), 5 deletions(-)

 fix broken testcase for python 3.12
Fix python grammar to compile under python 3.13.patch | (download)

data/python.gram | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix python grammar to compile under python 3.13
Use more generic python3 shebang.patch | (download)

src/pegen/__main__.py | 2 1 + 1 - 0 !
src/pegen/first_sets.py | 2 1 + 1 - 0 !
src/pegen/grammar_parser.py | 2 1 + 1 - 0 !
src/pegen/python_generator.py | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 fix shebang
Remove broken links from documentation.patch | (download)

docs/index.rst | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 remove broken links from documentation