Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy


Commits:
d1019841 by Armin Rigo at 2020-07-20T13:26:54+02:00
A branch for issue #3250: W_LongObject causes missed opportunity to use
IntegerListStrategy

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

- - - - -
51f78ec0 by Armin Rigo at 2020-07-20T15:30:19+02:00
Accept W_LongObject inside integer lists as long as they are within range

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

- - - - -
e8f1908f by Armin Rigo at 2020-07-20T15:40:33+02:00
same with dicts

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

- - - - -
fca4ffd2 by Armin Rigo at 2020-07-20T15:52:59+02:00
same with sets

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

- - - - -
19b4ae2d by Armin Rigo at 2020-07-20T15:56:01+02:00
oops

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

- - - - -
ddc501a5 by Armin Rigo at 2020-07-20T15:57:27+02:00
same with specialized tuples

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

- - - - -
3fc843c3 by Armin Rigo at 2020-07-20T16:04:06+02:00
same with versioned types

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

- - - - -
5bff8fc9 by Armin Rigo at 2020-07-20T16:11:35+02:00
another case for rbigint.fits_int()

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

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

- - - - -
20b96819 by Armin Rigo at 2020-07-20T20:44:21+02:00
document branch

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

- - - - -
e23154e5 by Armin Rigo at 2020-07-20T22:26:52+02:00
merge branch list-with-longs

--HG--
branch : py3.6

- - - - -


14 changed files:

- pypy/doc/whatsnew-pypy3-head.rst
- pypy/objspace/std/dictmultiobject.py
- pypy/objspace/std/listobject.py
- pypy/objspace/std/longobject.py
- pypy/objspace/std/setobject.py
- pypy/objspace/std/specialisedtupleobject.py
- pypy/objspace/std/test/test_dictmultiobject.py
- pypy/objspace/std/test/test_liststrategies.py
- pypy/objspace/std/test/test_setstrategies.py
- pypy/objspace/std/test/test_specialisedtupleobject.py
- pypy/objspace/std/test/test_versionedtype.py
- pypy/objspace/std/typeobject.py
- rpython/rlib/rbigint.py
- rpython/rlib/test/test_rbigint.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/da92ba59e24b16c85044a2a1250c539a36093a05...e23154e53b4d84cd962183b29e5f775e8e78cb02

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