[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: fix another source of position bugs in the astcompiler (like eg 3405c95f9e61)

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Mon Aug 9 15:43:21 EDT 2021



Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy


Commits:
e5d69118 by Carl Friedrich Bolz-Tereick at 2021-08-09T21:42:43+02:00
fix another source of position bugs in the astcompiler (like eg 3405c95f9e61)
stemming from the fact that SyntaxErrors use 1-based column offsets, this time
in the codegen

- - - - -
f61d54da by Carl Friedrich Bolz-Tereick at 2021-08-09T21:43:09+02:00
erge heads

- - - - -


3 changed files:

- pypy/interpreter/astcompiler/codegen.py
- pypy/interpreter/test/test_compiler.py
- pypy/interpreter/test/test_syntax.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ae5a26702f28425f8f30e9307d25c90acc360163...f61d54daf052c15dbabffcb920ab4b69844ed71c

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ae5a26702f28425f8f30e9307d25c90acc360163...f61d54daf052c15dbabffcb920ab4b69844ed71c
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/20210809/15f54ca2/attachment.html>


More information about the pypy-commit mailing list