Matti Picus pushed to branch branch/py3.10 at PyPy / pypy
Commits: 275b954f by Carl Friedrich Bolz-Tereick at 2023-07-17T11:29:25+02:00 make sure that sys.flags are not in a cell in the sys module to speed up access (especially important on py3.x, where every bytes.decode call checks sys.flags.utf8_mode) - - - - - 957a7871 by Carl Friedrich Bolz-Tereick at 2023-07-17T11:45:03+02:00 add jitdrivers for deque methods extend, extendleft, count - - - - - 20820703 by Matti Picus at 2023-07-28T14:16:17+03:00 py.org ip changed, update the test - - - - - 61cb692d by Max Bernstein at 2023-07-29T22:26:09-04:00 Remove duplicate JIT driver definition --HG-- branch : mb-dup - - - - - e1c5f671 by Carl Friedrich Bolz-Tereick at 2023-07-30T10:21:52+02:00 test and fix: make rpython isinstance also work on constant first arguments - - - - - 4712886d by Matti Picus at 2023-07-31T16:25:22+03:00 merge mb-dup which removes some duplicate code - - - - - d9651d33 by Matti Picus at 2023-07-31T16:28:52+03:00 fix link - - - - - f247ad6c by Matti Picus at 2023-08-03T08:42:44+03:00 update openssl for latest release - - - - - 00570ab2 by Matti Picus at 2023-08-03T08:43:51+03:00 merge default --HG-- branch : py3.9 - - - - - 7bddd8dd by Matti Picus at 2023-08-03T08:44:21+03:00 merge py3.9 --HG-- branch : py3.10 - - - - - 8 changed files: - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/doc/architecture.rst - pypy/interpreter/app_main.py - pypy/module/_collections/interp_deque.py - pypy/module/pypyjit/test_pypy_c/test_misc.py - rpython/annotator/test/test_annrpython.py - rpython/annotator/unaryop.py - rpython/rlib/test/test_rsocket.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/3ce62a0f53193c2e6ef8cf0da9c051f4b2f64586...7bddd8dd12529564ad641ce905a23cdc6f62bace -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/3ce62a0f53193c2e6ef8cf0da9c051f4b2f64586...7bddd8dd12529564ad641ce905a23cdc6f62bace 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