Armin Rigo pushed to branch branch/default 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.

- - - - -


2 changed files:

- pypy/interpreter/gateway.py
- pypy/interpreter/test/test_gateway.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/9b12b1c22a5a1815856bff95da5e1d5a35601a10

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/9b12b1c22a5a1815856bff95da5e1d5a35601a10
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

Reply via email to