Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy


Commits:
025b973d by Carl Friedrich Bolz-Tereick at 2022-06-06T22:16:30+02:00
#3758 fix the way that the lookup annotation optimization breaks python3 due to
the way that module instances can change their class at runtime

this is a bit of an annoying problem, because the test actually *passes* even
without the fix, at least without translation. it only starts failing (without
the fix) after translation. That's kind of a counter-argument to the whole
lookup annotation-time optimization, except that it really helps quite a bit.

--HG--
branch : py3.8

- - - - -


2 changed files:

- pypy/interpreter/test/test_module.py
- pypy/tool/ann_override.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/025b973d06013ffd485ce9939ac94b18b4390fa8

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/025b973d06013ffd485ce9939ac94b18b4390fa8
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com

Reply via email to