[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] 3 commits: make way less inefficient

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Mon Nov 8 15:18:39 EST 2021



Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-peg-parser at PyPy / pypy


Commits:
7a6d4f48 by Carl Friedrich Bolz-Tereick at 2021-11-07T22:39:21+01:00
make way less inefficient

--HG--
branch : py3.9-peg-parser

- - - - -
7848009a by Carl Friedrich Bolz-Tereick at 2021-11-08T20:43:08+01:00
progress on supporting "single" mode

--HG--
branch : py3.9-peg-parser

- - - - -
2bfe8809 by Carl Friedrich Bolz-Tereick at 2021-11-08T21:18:23+01:00
- fix some single tests that can't work that way any more
- fix firstlineno in the presence of different (correct!) lineno on function
  ast nodes

--HG--
branch : py3.9-peg-parser

- - - - -


8 changed files:

- pypy/interpreter/astcompiler/codegen.py
- pypy/interpreter/pyparser/baserpypeg.py
- pypy/interpreter/pyparser/pyparse.py
- pypy/interpreter/pyparser/rpypegparse.py
- pypy/interpreter/pyparser/test/test_pyparse.py
- pypy/interpreter/pyparser/test/test_pytokenizer.py
- pypy/interpreter/pyparser/tools/python-in-rpython.gram
- pypy/interpreter/test/test_compiler.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b7711f02c870934047df0a4cdf1d1bb3468e2d08...2bfe8809e09132aab85bee0f0d4d34b69a79c98e

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20211108/006a699b/attachment.html>


More information about the pypy-commit mailing list