Armin Rigo pushed to branch branch/py3.7 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 - - - - - 2 changed files: - pypy/interpreter/gateway.py - pypy/interpreter/test/test_gateway.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/72fe4ff3ce3a57b0119ec6f99b756c4ef2f9d251...44b64678ebc889c28ec29be5bdd8315424965391 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/72fe4ff3ce3a57b0119ec6f99b756c4ef2f9d251...44b64678ebc889c28ec29be5bdd8315424965391 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