[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] support floating value in threadedcode tla

2022-04-12 Thread Yusuke Izawa (@3tty0n)
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.

[pypy-commit] [Git][pypy/pypy][branch/special-method-shortcut-2] ouch, fix callable proxies

2022-04-12 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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/

[pypy-commit] [Git][pypy/pypy][branch/py3.8-special-method-shortcut-2] 3 commits: ouch, fix callable proxies

2022-04-12 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] Fix position of AsyncWith nodes

2022-04-12 Thread Ronan Lamy (@rlamy)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] Fix position of AsyncFor nodes

2022-04-12 Thread Ronan Lamy (@rlamy)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix col_offset for unparenthesized generator expressions

2022-04-12 Thread Ronan Lamy (@rlamy)
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