Carl Friedrich Bolz-Tereick pushed to branch branch/default 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 - - - - - 3 changed files: - pypy/interpreter/app_main.py - pypy/module/_collections/interp_deque.py - pypy/module/pypyjit/test_pypy_c/test_misc.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0dabf80a2aa132c8533447bf8af1ec267b0d6a91...957a7871019695635e99d6d8aef6717e4ff00c46 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0dabf80a2aa132c8533447bf8af1ec267b0d6a91...957a7871019695635e99d6d8aef6717e4ff00c46 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