Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits: e6c76014 by Carl Friedrich Bolz-Tereick at 2022-03-29T15:10:12+02:00 implement the parentstack as a resizable list: - it's a list of chars, not a list of pointers, way more efficient (mixing chars and the empty list unifies to strings) - no artifial depth limitation --HG-- branch : py3.8 - - - - - 80ded6e7 by Carl Friedrich Bolz-Tereick at 2022-03-30T09:32:04+02:00 fix merge problem, those tests exited in two places, in test_descroperation *and* in apptest_descroperation --HG-- branch : py3.8 - - - - - 5e78c967 by Carl Friedrich Bolz-Tereick at 2022-03-30T09:39:16+02:00 fix #3716: better error message when the __iter__ of a class is set to None --HG-- branch : py3.8 - - - - - 39bc5e34 by Carl Friedrich Bolz-Tereick at 2022-03-30T09:59:27+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 4 changed files: - pypy/interpreter/astcompiler/fstring.py - pypy/objspace/descroperation.py - pypy/objspace/test/apptest_descroperation.py - pypy/objspace/test/test_descroperation.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/6daa16b35ebfde16844bbf205441fde749ad59fe...39bc5e3464bd33307f81550f14d17c621c3377b5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/6daa16b35ebfde16844bbf205441fde749ad59fe...39bc5e3464bd33307f81550f14d17c621c3377b5 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