Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits: 6c665b49 by Carl Friedrich Bolz-Tereick at 2022-01-27T11:36:16+01:00 mention the **kwargs speed regression - - - - - 755aa090 by Christian Tismer at 2022-02-04T00:36:54+02:00 update bundled setuptools to 58.1.0 to get fix for new PyPy layout --HG-- branch : py3.8 - - - - - 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 - - - - - 2984acf9 by Matti Picus at 2022-02-08T22:47:57+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 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/bc1e058dec7dc2822756facec46669586c3bbc71...2984acf9ce954061cdd412006986ce653dea1d52 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bc1e058dec7dc2822756facec46669586c3bbc71...2984acf9ce954061cdd412006986ce653dea1d52 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