[pypy-commit] [Git][pypy/pypy][branch/py3.9-bytecode-changes] 2 commits: fix dict |=

2021-10-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-bytecode-changes at PyPy / pypy Commits: b1bdd344 by Carl Friedrich Bolz-Tereick at 2021-10-30T13:53:19+02:00 fix dict |= --HG-- branch : py3.9-bytecode-changes - - - - - 387a718a by Carl Friedrich Bolz-Tereick at 2021-10-30T13:55:54+

[pypy-commit] [Git][pypy/pypy][branch/py3.9-bytecode-changes] try to unbreak forking (not completely correct)

2021-10-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-bytecode-changes at PyPy / pypy Commits: 719f6e1c by Carl Friedrich Bolz-Tereick at 2021-10-30T15:33:14+02:00 try to unbreak forking (not completely correct) --HG-- branch : py3.9-bytecode-changes - - - - - 2 changed files: - pypy/

[pypy-commit] [Git][pypy/pypy][branch/py3.9-bytecode-changes] new classmethod feature

2021-10-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-bytecode-changes at PyPy / pypy Commits: 846aed81 by Carl Friedrich Bolz-Tereick at 2021-10-30T16:32:53+02:00 new classmethod feature --HG-- branch : py3.9-bytecode-changes - - - - - 2 changed files: - pypy/interpreter/function.py

[pypy-commit] [Git][pypy/pypy][branch/py3.9-bytecode-changes] fix line numbers of code *after* the copy of the finally block

2021-10-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-bytecode-changes at PyPy / pypy Commits: 87ebe273 by Carl Friedrich Bolz-Tereick at 2021-10-30T17:25:27+02:00 fix line numbers of code *after* the copy of the finally block --HG-- branch : py3.9-bytecode-changes - - - - - 2 changed

[pypy-commit] [Git][pypy/pypy][branch/py3.9-bytecode-changes] 2 commits: also record negative line deltas, the format supports it and CPython does that

2021-10-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-bytecode-changes at PyPy / pypy Commits: be542efe by Carl Friedrich Bolz-Tereick at 2021-10-30T20:50:53+02:00 also record negative line deltas, the format supports it and CPython does that too --HG-- branch : py3.9-bytecode-changes -

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 12 commits: start working on the new 3.9 bytecode for finally, which works by duplicating

2021-10-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 68230991 by Carl Friedrich Bolz-Tereick at 2021-10-28T21:27:46+02:00 start working on the new 3.9 bytecode for finally, which works by duplicating every finally block twice --HG-- branch : py3.9-bytecode-changes

[pypy-commit] [Git][pypy/pypy][branch/py3.7] test, fix PyDescr_NewGetSet

2021-10-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: c84cdc3e by Matti Picus at 2021-10-30T22:20:45+03:00 test, fix PyDescr_NewGetSet --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/cpyext/test/test_typeobject.py - pypy/module/cpyext/typeobject.py View it on H