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


Commits:
de897ffd by Matti Picus at 2022-06-01T23:02:39+03:00
see if incorrectly saving all xmm registers around calls fixes any SciPy tests 
in CI

--HG--
branch : py3.8

- - - - -
112b6e46 by Carl Friedrich Bolz-Tereick at 2022-06-02T15:12:08+02:00
#3759: fix corner cases in method and code __ne__

- - - - -
4b06897a by Carl Friedrich Bolz-Tereick at 2022-06-03T15:38:29+02:00
changes to: #3759: stop using incorrect auto total ordering for cells

--HG--
branch : py3.8

- - - - -
fd349f29 by Carl Friedrich Bolz-Tereick at 2022-06-03T15:49:18+02:00
merge default

--HG--
branch : py3.8

- - - - -
a06d3e09 by Carl Friedrich Bolz-Tereick at 2022-06-03T16:06:45+02:00
#3759: remove the wrong and now unused __total_ordering__='auto' feature

- - - - -
1fe31432 by Carl Friedrich Bolz-Tereick at 2022-06-03T16:17:52+02:00
merge default

--HG--
branch : py3.8

- - - - -
e5f1f19a by Carl Friedrich Bolz-Tereick at 2022-06-03T22:31:13+02:00
fix print error message

--HG--
branch : py3.8

- - - - -
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

- - - - -
c94bbf5d by Carl Friedrich Bolz-Tereick at 2022-06-06T22:20:35+02:00
merge py3.8

--HG--
branch : py3.9

- - - - -


12 changed files:

- pypy/interpreter/function.py
- pypy/interpreter/nestedscope.py
- pypy/interpreter/pycode.py
- pypy/interpreter/test/apptest_function.py
- pypy/interpreter/test/apptest_nestedscope.py
- pypy/interpreter/test/test_code.py
- pypy/interpreter/test/test_module.py
- pypy/interpreter/test/test_typedef.py
- pypy/interpreter/typedef.py
- pypy/objspace/descroperation.py
- pypy/tool/ann_override.py
- rpython/jit/backend/x86/regalloc.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/5c213df16f31af182766cd2a32aa76e617696a87...c94bbf5d6270bd235d9842a0933021d89171415e

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/5c213df16f31af182766cd2a32aa76e617696a87...c94bbf5d6270bd235d9842a0933021d89171415e
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