[pypy-commit] [Git][pypy/pypy][branch/default] a mechanism for errors in the symtable, use it to improve position of the

2021-12-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 009403e2 by Carl Friedrich Bolz-Tereick at 2021-12-11T12:49:47+01:00 a mechanism for errors in the symtable, use it to improve position of the "duplicate argument" error - - - - - 2 changed files: - pypy/int

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 8 commits: fix one of the test_dis tests (some are real bugs)

2021-12-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 4a935590 by Carl Friedrich Bolz-Tereick at 2021-12-06T10:10:34+01:00 fix one of the test_dis tests (some are real bugs) --HG-- branch : py3.9 - - - - - 96957d8a by Carl Friedrich Bolz-Tereick at 2021-12-06T20:35

[pypy-commit] [Git][pypy/pypy][branch/default] fix error location of global declarations

2021-12-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 2a79853f by Carl Friedrich Bolz-Tereick at 2021-12-11T21:38:01+01:00 fix error location of global declarations - - - - - 2 changed files: - pypy/interpreter/astcompiler/symtable.py - pypy/interpreter/astcomp

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: a mechanism for errors in the symtable, use it to improve position of the

2021-12-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 009403e2 by Carl Friedrich Bolz-Tereick at 2021-12-11T12:49:47+01:00 a mechanism for errors in the symtable, use it to improve position of the "duplicate argument" error - - - - - 2a79853f by Carl Friedrich Bolz-