Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy
Commits:
9ec346a9 by Yusuke Izawa at 2022-04-11T18:17:54+09:00
update bytecode and object for threadedcode tla
--HG--
branch : threaded-code-generation
- - - - -
b0e6a583 by Yusuke Izawa at 2022-04-11T18:18:01+09:00
Carl Friedrich Bolz-Tereick pushed new branch
branch/py3.8-special-method-shortcut-2 at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.8-special-method-shortcut-2
You're receiving this email because of your account on foss.heptapod.net.
___
Carl Friedrich Bolz-Tereick pushed to branch branch/special-method-shortcut-2
at PyPy / pypy
Commits:
e8017173 by Ronan Lamy at 2022-04-06T16:28:30+01:00
test cleanup
- - - - -
8956670d by Carl Friedrich Bolz-Tereick at 2022-04-10T18:19:26+02:00
merge default
--HG--
branch : special-method-s
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
d0e5eaa3 by Ronan Lamy at 2022-04-11T15:46:56+01:00
fix missing 'space' in test_posix2
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/module/posix/test/test_posix2.py
View it on Heptapod:
https://foss.heptapod.net/
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
e83a95c1 by Ronan Lamy at 2022-04-11T17:47:37+01:00
fix lineno for decorated functions and classes
--HG--
branch : py3.8
- - - - -
4 changed files:
- pypy/interpreter/astcompiler/astbuilder.py
- pypy/interpreter/astcompiler/c
Carl Friedrich Bolz-Tereick pushed to branch
branch/py3.8-special-method-shortcut-2 at PyPy / pypy
Commits:
5df2c851 by Carl Friedrich Bolz-Tereick at 2022-04-11T19:56:01+02:00
fix
--HG--
branch : py3.8-special-method-shortcut-2
- - - - -
1 changed file:
- pypy/objspace/descroperation.py
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
0aed87f9 by Ronan Lamy at 2022-04-11T20:38:41+01:00
Fix col_offset for decorator with empty argslist
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/interpreter/astcompiler/astbuilder.py
- pypy/module/_ast/test/test_a
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
8ce169de by Carl Friedrich Bolz-Tereick at 2021-12-02T21:10:04+01:00
ouch, use KeyError in the translated version too, to make it catchable in the
caller
(grafted from 908371c8c9aec304710ca9a3b35fc2bf264c75cb)
--HG--
branch : py3