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
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
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
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-