[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: (antocuni freezing, ronan, arigo)

Armin Rigo (@arigo) foss at heptapod.net
Fri Aug 27 12:39:46 EDT 2021



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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20210827/c15e02de/attachment.html>


More information about the pypy-commit mailing list