Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-new-opcodes at PyPy /
pypy
Commits:
b8864861 by Carl Friedrich Bolz-Tereick at 2021-04-03T07:57:10+02:00
move the content back to the original files (intentionally not using hg mv, to
get a consistent long history without having to use
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-new-opcodes at PyPy /
pypy
Commits:
45471d28 by Carl Friedrich Bolz-Tereick at 2021-04-06T20:55:24+02:00
I don't know why this is happening only on this branch, but fix translation
here for now
--HG--
branch : py3.8-new-opcodes
- - -
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
f2906a1b by Carl Friedrich Bolz-Tereick at 2021-04-06T21:46:20+02:00
fix calling the unraisable hook in the case of __del__: report the *unbound*
not bound __del__ method, like CPython, to prevent having custom ho
Ronan Lamy pushed to branch branch/hpy-update-to-facdb01 at PyPy / pypy
Commits:
a26d74e5 by Ronan Lamy at 2021-04-07T02:53:33+01:00
Handle HPy_bf_releasebuffer
Note: the implementation is incomplete and only works in simple cases
but it's enough to pass the tests!
--HG--
branch : hpy-update-