[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: add an ascii fast path for uni.encode("ascii") too

Carl Friedrich Bolz-Tereick foss at heptapod.net
Sun Apr 25 12:00:08 EDT 2021



Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy


Commits:
0a7c471e by Carl Friedrich Bolz-Tereick at 2021-04-25T12:44:02+02:00
add an ascii fast path for uni.encode("ascii") too

- - - - -
de178f55 by Carl Friedrich Bolz-Tereick at 2021-04-25T14:50:10+02:00
since I keep reinventing this debugging code for the parser every other year,
just commit it: add .view() methods to view parse trees (and parsing stack)
with the dot viewer, turn the type numbers into readable strings in the reprs

- - - - -
d792e78d by Carl Friedrich Bolz-Tereick at 2021-04-25T17:46:23+02:00
try to fix #3448

- - - - -
0a32d377 by Carl Friedrich Bolz-Tereick at 2021-04-25T17:59:42+02:00
merge default

--HG--
branch : py3.7

- - - - -


8 changed files:

- extra_tests/test_sqlite3.py
- lib_pypy/_sqlite3.py
- pypy/interpreter/pyparser/metaparser.py
- pypy/interpreter/pyparser/parser.py
- pypy/interpreter/pyparser/test/test_parser.py
- pypy/module/parser/pyparser.py
- pypy/objspace/std/test/test_unicodeobject.py
- pypy/objspace/std/unicodeobject.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/d69e2902ea8bdb20fe67145589f053cfb0d228a2...0a32d377a1b3c604fb342f03344ce532976a7f58

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d69e2902ea8bdb20fe67145589f053cfb0d228a2...0a32d377a1b3c604fb342f03344ce532976a7f58
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20210425/c7e3c661/attachment.html>


More information about the pypy-commit mailing list