Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy


Commits:
1a39550b by Carl Friedrich Bolz-Tereick at 2023-01-05T12:55:35+01:00
another error case

--HG--
branch : py3.10

- - - - -
bfbe8f46 by Carl Friedrich Bolz-Tereick at 2023-01-05T13:03:59+01:00
fix error messages to make test_error_message_ast pass

--HG--
branch : py3.10

- - - - -
cd31f377 by Carl Friedrich Bolz-Tereick at 2023-01-05T14:21:38+01:00
remove symbol module

--HG--
branch : py3.10

- - - - -
4d35682a by Carl Friedrich Bolz-Tereick at 2023-01-05T14:22:03+01:00
start removing the old parser. also expose the end_offset attribute on 
SyntaxError

--HG--
branch : py3.10

- - - - -
cda84fa0 by Carl Friedrich Bolz-Tereick at 2023-01-05T14:31:59+01:00
remove more from the parser

--HG--
branch : py3.10

- - - - -
56c0c14d by Carl Friedrich Bolz-Tereick at 2023-01-05T14:32:43+01:00
remove the parser module too

--HG--
branch : py3.10

- - - - -
547a91a9 by Carl Friedrich Bolz-Tereick at 2023-01-05T20:23:20+01:00
fix translation?

--HG--
branch : py3.10

- - - - -
e9294773 by Carl Friedrich Bolz-Tereick at 2023-01-05T20:06:07+01:00
kill more

--HG--
branch : py3.10

- - - - -
d2dc698f by Carl Friedrich Bolz-Tereick at 2023-01-05T20:06:14+01:00
add a dummy flag and ignore it to get the repl back into any kind of working
state

--HG--
branch : py3.10

- - - - -
028407cd by Carl Friedrich Bolz-Tereick at 2023-01-05T20:59:15+01:00
runtime check for duplicate keys too

--HG--
branch : py3.10

- - - - -
daede08d by Carl Friedrich Bolz-Tereick at 2023-01-05T21:32:04+01:00
optimization: don't unwrap sequences for *_

--HG--
branch : py3.10

- - - - -


27 changed files:

- pypy/config/pypyoption.py
- pypy/interpreter/astcompiler/ast.py
- pypy/interpreter/astcompiler/codegen.py
- pypy/interpreter/astcompiler/consts.py
- pypy/interpreter/astcompiler/test/apptest_patma.py
- pypy/interpreter/astcompiler/tools/asdl_py.py
- pypy/interpreter/pyopcode.py
- pypy/interpreter/pyparser/baserpypeg.py
- − pypy/interpreter/pyparser/data/Grammar2.5
- − pypy/interpreter/pyparser/data/Grammar2.7
- − pypy/interpreter/pyparser/data/Grammar3.2
- − pypy/interpreter/pyparser/data/Grammar3.3
- − pypy/interpreter/pyparser/data/Grammar3.5
- − pypy/interpreter/pyparser/data/Grammar3.6
- − pypy/interpreter/pyparser/data/Grammar3.7
- − pypy/interpreter/pyparser/data/Grammar3.8
- − pypy/interpreter/pyparser/data/Grammar3.9
- pypy/interpreter/pyparser/error.py
- − pypy/interpreter/pyparser/metaparser.py
- pypy/interpreter/pyparser/parser.py
- pypy/interpreter/pyparser/pygram.py
- pypy/interpreter/pyparser/pyparse.py
- − pypy/interpreter/pyparser/test/test_metaparser.py
- − pypy/interpreter/pyparser/test/test_parser.py
- pypy/interpreter/pyparser/test/test_parsestring.py
- pypy/interpreter/pyparser/test/test_pyparse.py
- pypy/module/__builtin__/compiling.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/484267bca21ddc48a7a0e3dbba92cc3812dec5e8...daede08d1984a88d8214ee6715deb23495449eb1

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/484267bca21ddc48a7a0e3dbba92cc3812dec5e8...daede08d1984a88d8214ee6715deb23495449eb1
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com

Reply via email to