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

- - - - -
ee5aca8f by Matti Picus at 2023-07-18T13:16:06+03:00
copy less when creating a venv (issue 3611)

--HG--
branch : py3.9

- - - - -
533e4105 by Matti Picus at 2023-07-18T13:19:24+03:00
merge 3.9

--HG--
branch : py3.10

- - - - -


3 changed files:

- lib-python/3/venv/__init__.py
- 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/a83a5ab0c03745599ad4eff03600544c66580e82...533e41057c4331d9e3288b1ae8d77362d5cbc6b6

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/a83a5ab0c03745599ad4eff03600544c66580e82...533e41057c4331d9e3288b1ae8d77362d5cbc6b6
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

Reply via email to