Matti Picus pushed to branch branch/py3.8 at PyPy / pypy


Commits:
93401d6a by Matti Picus at 2021-06-21T04:43:09+03:00
customize compiler

--HG--
branch : py3.7

- - - - -
bbe7cf59 by Matti Picus at 2021-06-21T09:35:58+03:00
fix test, repr was fixed in cpython3.7

--HG--
branch : py3.7

- - - - -
3ec15e5c by Matti Picus at 2021-06-21T16:56:17+03:00
allow NULL in PyErr_WriteUnraisable (issue 3353)

--HG--
branch : py3.7

- - - - -
55136feb by olliemath at 2021-06-22T09:26:27+01:00
Specialize builtin sum for lists/tuples

--HG--
branch : specialize-sum

- - - - -
a1973663 by olliemath at 2021-06-22T09:40:49+01:00
sum: add edge-cases to tests

--HG--
branch : specialize-sum

- - - - -
87824422 by olliemath at 2021-06-22T09:54:56+01:00
Sum: split tuple/list specialization. Handle all edge cases.

--HG--
branch : specialize-sum

- - - - -
3119d9ce by Carl Friedrich Bolz-Tereick at 2021-06-22T11:04:05+00:00
Merge branch 'branch/specialize-sum' into 'branch/default'

Specialize builtin sum for lists/tuples

Closes #3492

See merge request pypy/pypy!823

- - - - -
15eb3230 by olliemath at 2021-06-22T19:34:05+01:00
Sum: tests and fixes for more edge cases in fast path

--HG--
branch : specialize-sum

- - - - -
874798c1 by Carl Friedrich Bolz-Tereick at 2021-06-22T18:58:04+00:00
Merge branch 'branch/specialize-sum' into 'branch/default'

Sum: tests and fixes for more edge cases in fast path

See merge request pypy/pypy!824

- - - - -
3a56b901 by Matti Picus at 2021-06-22T22:01:48+03:00
document merged branch

- - - - -
60f59ed3 by Matti Picus at 2021-06-22T22:04:38+03:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -
f1f6d7ed by Matti Picus at 2021-06-22T22:05:11+03:00
merge py3.7 into py3.8

--HG--
branch : py3.8

- - - - -


6 changed files:

- extra_tests/test_datetime.py
- lib_pypy/_pypy_testcapi.py
- pypy/doc/whatsnew-head.rst
- pypy/module/__builtin__/app_functional.py
- pypy/module/__builtin__/test/test_builtin.py
- pypy/module/cpyext/pyerrors.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/c9845abf2de0fc57860ead9316a79c7226604abe...f1f6d7ed210eff9a56960cb6bf295666d2ece9b5

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