[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.9-pattern-matching-experiments
Nils pushed new branch branch/py3.9-pattern-matching-experiments at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.9-pattern-matching-experiments 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
[pypy-commit] [Git][pypy/pypy][branch/py3.8] implement the parentstack as a resizable list:
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 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 - - - - - 1 changed file: - pypy/interpreter/astcompiler/fstring.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e6c76014be6908696ea33172d339a5da5ef39c84 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e6c76014be6908696ea33172d339a5da5ef39c84 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
[pypy-commit] [Git][pypy/pypy][branch/default] remove enumerate mention (it's not really relevant for pypy users), add mention
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: c4ce7bde by Carl Friedrich Bolz-Tereick at 2022-03-29T19:56:45+02:00 remove enumerate mention (it's not really relevant for pypy users), add mention of performance regression fix - - - - - 1 changed file: - pypy/doc/release-v7.3.9.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c4ce7bde5e0fbfd132f3a32dcd16ac48980c97a8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c4ce7bde5e0fbfd132f3a32dcd16ac48980c97a8 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
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/backport-interplevel-ast-rewrite
Ronan Lamy pushed new branch branch/backport-interplevel-ast-rewrite at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/backport-interplevel-ast-rewrite 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
[pypy-commit] [Git][pypy/pypy][branch/backport-interplevel-ast-rewrite] Add test_astrewrite
Ronan Lamy pushed to branch branch/backport-interplevel-ast-rewrite at PyPy / pypy Commits: 87124a84 by Ronan Lamy at 2022-03-29T19:42:31+01:00 Add test_astrewrite --HG-- branch : backport-interplevel-ast-rewrite - - - - - 1 changed file: - + pypy/tool/pytest/test/test_astrewrite.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/87124a841dea8e4f52495927cb8dede93d4bed5e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/87124a841dea8e4f52495927cb8dede93d4bed5e 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
[pypy-commit] [Git][pypy/pypy][branch/backport-interplevel-ast-rewrite] Backport space._cached_compile()
Ronan Lamy pushed to branch branch/backport-interplevel-ast-rewrite at PyPy / pypy Commits: 806bf163 by Ronan Lamy at 2022-03-29T19:51:19+01:00 Backport space._cached_compile() --HG-- branch : backport-interplevel-ast-rewrite - - - - - 3 changed files: - pypy/interpreter/baseobjspace.py - pypy/tool/pytest/apptest2.py - pypy/tool/pytest/astrewriter/ast_rewrite.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/806bf16357395e53c8d5bf04f7baa53731ca1e01 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/806bf16357395e53c8d5bf04f7baa53731ca1e01 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
[pypy-commit] [Git][pypy/pypy][branch/default] 5 commits: Added tag release-pypy2.7-v7.3.9 for changeset 8e99af2f9b8e
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 2bcee0ce by Matti Picus at 2022-03-29T19:53:08+03:00 Added tag release-pypy2.7-v7.3.9 for changeset 8e99af2f9b8e - - - - - 7e5ab21c by Matti Picus at 2022-03-29T19:53:44+03:00 Added tag release-pypy3.7-v7.3.9 for changeset 7e0ae7515334 - - - - - a4098c61 by Matti Picus at 2022-03-29T19:54:02+03:00 Added tag release-pypy3.8-v7.3.9 for changeset 4b1398fe9d76 - - - - - 4749b71a by Matti Picus at 2022-03-29T19:54:18+03:00 Added tag release-pypy3.9-v7.3.9 for changeset 05fbe3aa5b08 - - - - - 5d1b54f4 by Matti Picus at 2022-03-30T00:25:48+03:00 update versions.json - - - - - 3 changed files: - .hgtags - pypy/tool/release/check_versions.py - pypy/tool/release/versions.json View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c4ce7bde5e0fbfd132f3a32dcd16ac48980c97a8...5d1b54f4d3db7b5cce15bcc5161ff10f42aac5a6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c4ce7bde5e0fbfd132f3a32dcd16ac48980c97a8...5d1b54f4d3db7b5cce15bcc5161ff10f42aac5a6 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
[pypy-commit] [Git][pypy/pypy][branch/default] remove outdated whatsnew_head from how-to-release
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 8c1d382e by Matti Picus at 2022-03-30T00:38:42+03:00 remove outdated whatsnew_head from how-to-release - - - - - 1 changed file: - pypy/doc/how-to-release.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8c1d382ef0edcda01ae1b74ebfb4582b6dd0e90d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8c1d382ef0edcda01ae1b74ebfb4582b6dd0e90d 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
[pypy-commit] [Git][pypy/pypy][branch/default] remove draft status from release note
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: b40614ed by Matti Picus at 2022-03-30T00:44:36+03:00 remove draft status from release note - - - - - 1 changed file: - pypy/doc/release-v7.3.9.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b40614ed510e5562e3949bf9769a527a88024c83 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b40614ed510e5562e3949bf9769a527a88024c83 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