Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy
Commits:
c36c5612 by Carl Friedrich Bolz-Tereick at 2023-07-12T09:58:38+02:00
#3961: precompile res in csv module
--HG--
branch : py3.10
- - - - -
1 changed file:
- lib-python/3/csv.py
View it on Heptapod:
https:/
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy
Commits:
77d0a99d by Yusuke Izawa at 2023-07-13T01:08:53+09:00
fix tests for tracesplit
--HG--
branch : threaded-code-generation
- - - - -
cf29a5ac by Yusuke Izawa at 2023-07-13T01:09:30+09:00
WIP: add a method to ha
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
d0cb8506 by Carl Friedrich Bolz-Tereick at 2023-07-12T09:30:31+02:00
improve unicode.strip to not force the unicode object
- - - - -
13965dce by Carl Friedrich Bolz-Tereick at 2023-07-12T14:57:39+02:00
add a sp
Matti Picus deleted branch branch/fix-tp-iternext at PyPy / pypy
--
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...@p
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy
Commits:
cdf9940b by Matti Picus at 2023-07-11T08:57:40+03:00
dummy comment: TBD
--HG--
branch : hpy-0.9
- - - - -
1 changed file:
- pypy/module/_hpy_universal/interp_hpy.py
View it on Heptapod:
https://foss.heptapod.net/pypy/py
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy
Commits:
3d4a0029 by Carl Friedrich Bolz-Tereick at 2022-04-25T19:16:54+02:00
a branch to experiment using GCREFs to do type erasure using GCREFs (instead of
the base instance struct, which excludes erasing things like strs and lists of
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
bb445849 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
che