Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits: d16e4d9e by Carl Friedrich Bolz-Tereick at 2023-07-14T17:14:44+02:00 make decode_w more jit-friendly by not escaping w_input --HG-- branch : py3.9 - - - - - b49378d6 by Carl Friedrich Bolz-Tereick at 2023-07-11T14:51:00+02:00 #3961: don't uselessly compile a regex for *every* parsed email message. the pattern is anyway always the same, apart from a variable prefix. Instead, first check the prefix with str.startswith, and only if that returns True, match the rest of the regular expression. --HG-- branch : py3.9 - - - - - 09add27a by Carl Friedrich Bolz-Tereick at 2023-07-17T10:17:49+02:00 merge heads --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/_io/interp_textio.py - pypy/module/_io/test/test_interp_textio.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/048a575761f18679657aed504dbf4085feb31df8...09add27ab705b8952d679287ada36eb830ae6c5d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/048a575761f18679657aed504dbf4085feb31df8...09add27ab705b8952d679287ada36eb830ae6c5d 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