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

Matti Picus (@mattip) foss at heptapod.net
Tue Feb 8 15:57:26 EST 2022



Matti Picus pushed to branch branch/py3.8 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

- - - - -
3d25acdf by Matti Picus at 2022-02-06T16:35:51+02:00
disable _locale.gettext and friends on macOS like on CPython

Works around packaging libintl

--HG--
branch : py3.7

- - - - -
649a6363 by Matti Picus at 2022-02-06T16:36:49+02:00
allow hashing memoryviews (issue 2756)

--HG--
branch : py3.7

- - - - -
c8d907b3 by Matti Picus at 2022-02-06T19:14:18+02:00
add failing test from issue 3022

--HG--
branch : py3.7

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

- - - - -
56091ae8 by Matti Picus at 2022-02-07T09:03:22+02:00
improve 1117ad6dc285 (Thomas Grainger)

--HG--
branch : py3.7

- - - - -
33f3dfc9 by Matti Picus at 2022-02-07T23:34:16+02:00
clean up some char * -> const char *

- - - - -
1bfd5d20 by Matti Picus at 2022-02-07T17:08:55+02:00
flags are int, not long

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

- - - - -
537f60da by Matti Picus at 2022-02-07T23:41:53+02:00
fix translation

- - - - -
62f883d2 by Matti Picus at 2022-02-07T23:42:21+02:00
merge default

--HG--
branch : py3.7

- - - - -
d5ea9f08 by Matti Picus at 2022-02-08T07:48:59+02:00
do not redefine PY_UINT32_T when using cpyext and rpython

- - - - -
8abf749a by Matti Picus at 2022-02-08T07:49:28+02:00
test, fix pyexpat error msg conversion

- - - - -
3262a290 by Matti Picus at 2022-02-08T11:22:55+02:00
don't redefine or prematurely define _XOPEN_SOURCE  (ncurses-config --cflags would define it)

- - - - -
f0d4e578 by Matti Picus at 2022-02-08T12:46:36+02:00
avoid using epoll_event from RPython since it is a packed struct

- - - - -
a8866e2f by Matti Picus at 2022-02-08T14:28:53+02:00
fix memory leak

- - - - -
a9655d9a by Matti Picus at 2022-02-08T14:52:57+02:00
update release note

- - - - -
8b07b1e0 by Matti Picus at 2022-02-08T22:39:28+02:00
merge default

--HG--
branch : py3.7

- - - - -
08d95d3a by Matti Picus at 2022-02-08T22:45:37+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -


14 changed files:

- extra_tests/ctypes_tests/test_structures.py
- lib_pypy/_hashlib/__init__.py
- pypy/doc/release-v7.3.8.rst
- pypy/module/_locale/moduledef.py
- pypy/module/cpyext/api.py
- pypy/module/pyexpat/interp_pyexpat.py
- pypy/module/pyexpat/test/test_build.py
- pypy/module/select/interp_epoll.py
- pypy/objspace/std/intobject.py
- rpython/rlib/_rsocket_rffi.py
- rpython/rlib/rvmprof/src/shared/vmprof_getpc.h
- rpython/translator/c/src/dtoa.c
- rpython/translator/c/src/support.c
- rpython/translator/tool/cbuild.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/755aa09093e55fd10f66d342bebbb15f19dc819c...08d95d3a129465664cbb4f7e4e4bd03bc6673f9f

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/755aa09093e55fd10f66d342bebbb15f19dc819c...08d95d3a129465664cbb4f7e4e4bd03bc6673f9f
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/20220208/7c270487/attachment.html>


More information about the pypy-commit mailing list