Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits: 48e08421 by fijal at 2022-05-24T13:38:37+02:00 remove old calls - - - - - eaa78208 by Carl Friedrich Bolz-Tereick at 2022-05-28T20:29:27+02:00 clean up the number of w_obj.getclass variants in mapdict: - the weird helper class Object in mapdict.py is not important and should not have its own - otoh W_ObjectObjectUserDictWeakrefable *should* have one - - - - - 8c7f64b2 by Matti Picus at 2022-05-30T07:55:40+03:00 comment out warning until cython 0.29.31 to avoid pytest failures --HG-- branch : py3.8 - - - - - 0a112867 by Carl Friedrich Bolz-Tereick at 2022-05-30T12:57:20+02:00 add an ad-hoc way to cound field reads and writes in generated C code - - - - - d2a79b6b by Carl Friedrich Bolz-Tereick at 2022-05-30T13:05:37+02:00 merge heads - - - - - ce12e57d by Matti Picus at 2022-05-30T22:30:53+03:00 convert http to https (Alex Gaynor on IRC) - - - - - c38dca2a by fijal at 2022-05-31T08:29:54+02:00 merge - - - - - 2dfeecfa by Carl Friedrich Bolz-Tereick at 2022-05-31T15:31:29+02:00 use more efficient api - - - - - 9e7d586d by Carl Friedrich Bolz-Tereick at 2022-05-31T21:33:59+02:00 another place missing an ascii shortcut - - - - - 934cca05 by Carl Friedrich Bolz-Tereick at 2022-05-31T22:08:35+02:00 merge default --HG-- branch : py3.8 - - - - - 3835346a by Carl Friedrich Bolz-Tereick at 2022-05-31T22:15:47+02:00 nonsense, misread something - - - - - 457d27ed by Carl Friedrich Bolz-Tereick at 2022-05-31T22:16:13+02:00 merge default --HG-- branch : py3.8 - - - - - 71516fce by Carl Friedrich Bolz-Tereick at 2022-05-31T22:39:10+02:00 #3756: the situation is complicated the fast path: - misses variations of spelling "utf-8" - does not have a special case for ascii which would have made it even faster for those strings - actually has a bug in the case of surrogates therefore only use the fast path for ascii strings and let the regular _codecs implementation do its (correct, and also fast) thing otherwise --HG-- branch : py3.8 - - - - - 5c213df1 by Carl Friedrich Bolz-Tereick at 2022-05-31T23:07:41+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 16 changed files: - lib-python/3/importlib/_bootstrap.py - pypy/interpreter/typedef.py - pypy/objspace/std/mapdict.py - pypy/objspace/std/test/test_mapdict.py - pypy/objspace/std/test/test_unicodeobject.py - pypy/objspace/std/unicodeobject.py - pypy/tool/release/versions.json - rpython/config/translationoption.py - rpython/rlib/test/test_rmmap.py - rpython/translator/c/database.py - rpython/translator/c/funcgen.py - rpython/translator/c/genc.py - rpython/translator/c/src/entrypoint.c - rpython/translator/c/src/mem.h - rpython/translator/c/src/support.h - rpython/translator/c/test/test_standalone.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1d2cfde7397a59bcf49303f90d030fbd7bae8337...5c213df16f31af182766cd2a32aa76e617696a87 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1d2cfde7397a59bcf49303f90d030fbd7bae8337...5c213df16f31af182766cd2a32aa76e617696a87 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