Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy
Commits:
a4b7b1d4 by Yusuke Izawa at 2022-04-12T19:02:14+09:00
support floating value in threadedcode tla
--HG--
branch : threaded-code-generation
- - - - -
3 changed files:
- rpython/jit/tl/threadedcode/bytecode.
Carl Friedrich Bolz-Tereick pushed to branch branch/special-method-shortcut-2
at PyPy / pypy
Commits:
23a3b0d3 by Carl Friedrich Bolz-Tereick at 2022-04-12T13:25:27+02:00
ouch, fix callable proxies
--HG--
branch : special-method-shortcut-2
- - - - -
1 changed file:
- pypy/module/_weakref/
Carl Friedrich Bolz-Tereick pushed to branch
branch/py3.8-special-method-shortcut-2 at PyPy / pypy
Commits:
23a3b0d3 by Carl Friedrich Bolz-Tereick at 2022-04-12T13:25:27+02:00
ouch, fix callable proxies
--HG--
branch : special-method-shortcut-2
- - - - -
956794a4 by Carl Friedrich Bolz-Tere
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
5de7e680 by Ronan Lamy at 2022-04-12T17:11:35+01:00
Fix position of AsyncWith nodes
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/interpreter/astcompiler/astbuilder.py
- pypy/interpreter/astcompiler/test/test_astbui
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
046c9a97 by Ronan Lamy at 2022-04-12T17:57:28+01:00
Fix position of AsyncFor nodes
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/interpreter/astcompiler/astbuilder.py
- pypy/interpreter/astcompiler/test/test_astbuil
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
3450bb8c by Ronan Lamy at 2022-04-12T19:59:26+01:00
fix col_offset for unparenthesized generator expressions
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/interpreter/astcompiler/astbuilder.py
- pypy/interpreter/ast