[pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: mention the **kwargs speed regression

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Mon Feb 7 14:52:04 EST 2022



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


Commits:
6c665b49 by Carl Friedrich Bolz-Tereick at 2022-01-27T11:36:16+01:00
mention the **kwargs speed regression

- - - - -
d87a6130 by Matti Picus at 2022-02-04T09:44:51+02:00
update release note

- - - - -
4d4fd571 by Matti Picus at 2022-02-06T19:16:10+02:00
clear some compilation errors when compileing dtoa.c after `#include <Python.h>"

- - - - -
7b9c109f by Carl Friedrich Bolz-Tereick at 2022-02-07T20:42:38+01:00
#3667: improve x << y where x and y are ints but the results doesn't fit into a
machine word: don't convert y to rbigint and back to int

- - - - -
1feb48b4 by Carl Friedrich Bolz-Tereick at 2022-02-07T20:43:21+01:00
merge heads

- - - - -
5e09fc2d by Carl Friedrich Bolz-Tereick at 2022-02-07T20:51:51+01:00
merge default

--HG--
branch : py3.7

- - - - -


3 changed files:

- pypy/doc/release-v7.3.8.rst
- pypy/objspace/std/intobject.py
- rpython/translator/c/src/dtoa.c


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/56091ae8cd91124e812219c9ed7acc9c5f92a855...5e09fc2d2943d51f844f65c25ba6e94ce94559ba

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/56091ae8cd91124e812219c9ed7acc9c5f92a855...5e09fc2d2943d51f844f65c25ba6e94ce94559ba
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/20220207/f2fc5796/attachment.html>


More information about the pypy-commit mailing list