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


Commits:
d1325640 by Tadeu Zagallo at 2022-06-09T16:08:31+02:00
(tadeuzagallo, cfbolz) Add strict argument to zip built-in. Pending 
implementation when strict is True

--HG--
branch : py3.9-zip-strict

- - - - -
7129ad9b by Tadeu Zagallo at 2022-06-09T16:54:39+02:00
(tadeuzagallo, cfbolz) Add strict validation to zip and partial error message 
support

--HG--
branch : py3.9-zip-strict

- - - - -
158ea012 by Tadeu Zagallo at 2022-06-10T10:08:38+02:00
(tadeuzagallo) Match CPython error messages for zip when strict=True

--HG--
branch : py3.9-zip-strict

- - - - -
d7612e56 by Tadeu Zagallo at 2022-06-10T10:19:19+02:00
(tadeuzagallo) Inline zip strict validation for 2 arguments

--HG--
branch : py3.9-zip-strict

- - - - -
edcc6828 by Tadeu Zagallo at 2022-06-11T11:12:26+02:00
(tadeuzagallo) Remove inheritance from W_Zip to W_Map and fix strict zip

--HG--
branch : py3.9-zip-strict

- - - - -
4b40b791 by Tadeu Zagallo at 2022-06-11T12:02:07+02:00
(tadeuzagallo) Avoid resizing list in W_Zip

--HG--
branch : py3.9-zip-strict

- - - - -
c292c74b by Carl Friedrich Bolz-Tereick at 2022-06-11T12:32:52+02:00
merge py3.9-zip-strict

(it's a 3.10 feature, but backwards compatible)

--HG--
branch : py3.9

- - - - -


2 changed files:

- pypy/module/__builtin__/functional.py
- pypy/module/__builtin__/test/test_functional.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/e9a0b746d2056727c8862074f265493145fd066f...c292c74bd45d0a17e8a84ce86c151fb3b78ad56d

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