Armin Rigo pushed to branch branch/list-with-longs at PyPy / pypy


Commits:
a5fb54a0 by Armin Rigo at 2020-07-20T19:31:04+02:00
Don't use space.int_w() on plain ints, because this is a generic method that
contain many cases including recursion.  A recursion test fails at the moment,
probably because of that.

--HG--
branch : list-with-longs

- - - - -


5 changed files:

- pypy/objspace/std/dictmultiobject.py
- pypy/objspace/std/listobject.py
- pypy/objspace/std/setobject.py
- pypy/objspace/std/specialisedtupleobject.py
- pypy/objspace/std/typeobject.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/commit/a5fb54a00d431df2b3faf60a58356d51f7721843

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