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+
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/
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
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
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
-
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
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