[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: test and fix: __trunc__ can return a non-int that implements __index__ too

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Fri Jun 11 08:05:08 EDT 2021



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


Commits:
52124ceb by Carl Friedrich Bolz-Tereick at 2021-06-11T13:03:42+02:00
test and fix: __trunc__ can return a non-int that implements __index__ too

--HG--
branch : py3.8

- - - - -
fa5cca7f by Carl Friedrich Bolz-Tereick at 2021-06-11T14:02:47+02:00
implement initial= kwonly arg to itertools.accumulate

--HG--
branch : py3.8

- - - - -


4 changed files:

- pypy/module/itertools/interp_itertools.py
- pypy/module/itertools/test/test_itertools.py
- pypy/objspace/std/intobject.py
- pypy/objspace/std/test/test_intobject.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2aa79fabdf18434f30280d2f379580525c99dc9b...fa5cca7f8578bda8372129bd7c0d98791726b6c7

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2aa79fabdf18434f30280d2f379580525c99dc9b...fa5cca7f8578bda8372129bd7c0d98791726b6c7
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/20210611/734e8a9a/attachment.html>


More information about the pypy-commit mailing list