[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 2 commits: update bytecode and object for threadedcode tla

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

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.8-special-method-shortcut-2

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

[pypy-commit] [Git][pypy/pypy][branch/special-method-shortcut-2] 2 commits: test cleanup

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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix missing 'space' in test_posix2

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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix lineno for decorated functions and classes

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

[pypy-commit] [Git][pypy/pypy][branch/py3.8-special-method-shortcut-2] fix

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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] Fix col_offset for decorator with empty argslist

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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] ouch, use KeyError in the translated version too, to make it catchable in the

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