Armin Rigo pushed to branch branch/hpy-refactor-exceptions at PyPy / pypy
Commits: 9b12b1c2 by Armin Rigo at 2021-08-27T18:31:40+02:00 (antocuni freezing, ronan, arigo) Fix for a corner case missing an optimization: interpindirect2app() on a function with signature 'self, space, __args__' was missing the optimization for that signature, which works with interp2app(). It's used in _hpy_universal. - - - - - 44b64678 by Armin Rigo at 2021-08-27T18:33:35+02:00 hg merge default --HG-- branch : py3.7 - - - - - 0ffd6f1c by Armin Rigo at 2021-08-27T18:34:01+02:00 hg merge py3.7 --HG-- branch : hpy-refactor-exceptions - - - - - 2 changed files: - pypy/interpreter/gateway.py - pypy/interpreter/test/test_gateway.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/502eb6c7b4d4af5240685d8fc780e5add1448b97...0ffd6f1caf36986f682e7b098dab8e0513b26547 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/502eb6c7b4d4af5240685d8fc780e5add1448b97...0ffd6f1caf36986f682e7b098dab8e0513b26547 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit