Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
85e35d48 by Matti Picus at 2022-12-26T10:26:32+02:00
fix translation
--HG--
branch : py3.9
- - - - -
1 changed file:
- pypy/interpreter/pyparser/baserpypeg.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/com
Matti Picus pushed to branch branch/py3.8-fix-lineno at PyPy / pypy
Commits:
947c759f by Matti Picus at 2022-12-26T18:47:14+02:00
py3.8 fix to use rpar_node if it exists when creating a Call node to get the
end lineno and column
--HG--
branch : py3.8-fix-lineno
- - - - -
2 changed files:
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
c010b9f4 by Matti Picus at 2022-12-27T00:18:17+02:00
for some reason flushing stderr before Popen() prevents tests from hanging here
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib-python/3/test/test_regrtest.py
View