[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] typo
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: ae5b9d66 by Matti Picus at 2022-10-04T10:35:16+03:00 typo --HG-- branch : hpy-0.0.4 - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_module.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/ae5b9d66c1d77f0bbe0a68d1cad051c1e9fce0ff -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/ae5b9d66c1d77f0bbe0a68d1cad051c1e9fce0ff 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/hpy-0.0.4] fix interface, resync tests
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 2cab0f90 by Matti Picus at 2022-10-04T11:37:18+03:00 fix interface, resync tests --HG-- branch : hpy-0.0.4 - - - - - 2 changed files: - pypy/module/_hpy_universal/test/_vendored/debug/apptest_handles.py - pypy/module/_hpy_universal/test/_vendored/debug/fixtures.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2cab0f90d56756f52141eaecb2694f758d4caf45 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2cab0f90d56756f52141eaecb2694f758d4caf45 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.9-pattern-matching-experiments] 6 commits: need an unroll_safe annotation for ROT_N, since it contains a loop
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-pattern-matching-experiments at PyPy / pypy Commits: 1d0f417d by Carl Friedrich Bolz-Tereick at 2022-10-04T10:22:28+02:00 need an unroll_safe annotation for ROT_N, since it contains a loop --HG-- branch : py3.9-pattern-matching-experiments - - - - - be41df9d by Carl Friedrich Bolz-Tereick at 2022-10-04T10:25:28+02:00 remove use of magic constants --HG-- branch : py3.9-pattern-matching-experiments - - - - - a8e58249 by Carl Friedrich Bolz-Tereick at 2022-10-04T10:40:33+02:00 move dict copying into its own function --HG-- branch : py3.9-pattern-matching-experiments - - - - - 33121121 by Carl Friedrich Bolz-Tereick at 2022-10-04T10:42:20+02:00 another unroll_safe annotation, also just make a list of the correct size --HG-- branch : py3.9-pattern-matching-experiments - - - - - dbcaa207 by Carl Friedrich Bolz-Tereick at 2022-10-04T11:01:53+02:00 test and fix: when matching classes, missing attributes should fail the match, not raise --HG-- branch : py3.9-pattern-matching-experiments - - - - - 92513b5d by Carl Friedrich Bolz-Tereick at 2022-10-04T11:14:53+02:00 move the MATCH_CLASS logic into its own function --HG-- branch : py3.9-pattern-matching-experiments - - - - - 4 changed files: - pypy/interpreter/astcompiler/assemble.py - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/test/test_compiler.py - pypy/interpreter/pyopcode.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f091a437320c90f01cf201cc33c42b0886af7be5...92513b5d91bd2b4c0213962cab373db38876f99b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f091a437320c90f01cf201cc33c42b0886af7be5...92513b5d91bd2b4c0213962cab373db38876f99b 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/hpy-0.0.4] remove debug cruft
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 70b57b53 by Matti Picus at 2022-10-04T16:34:43+03:00 remove debug cruft --HG-- branch : hpy-0.0.4 - - - - - 1 changed file: - pypy/module/_hpy_universal/apiset.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/70b57b53d1c175ea3d8589e961aa7dcb0368869b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/70b57b53d1c175ea3d8589e961aa7dcb0368869b 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.9-pattern-matching-experiments] a failing test
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-pattern-matching-experiments at PyPy / pypy Commits: a8b983f0 by Carl Friedrich Bolz-Tereick at 2022-10-04T20:37:42+02:00 a failing test --HG-- branch : py3.9-pattern-matching-experiments - - - - - 1 changed file: - pypy/interpreter/astcompiler/test/test_compiler.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a8b983f0b1509090b892cd19153ca1a3cbfeec20 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a8b983f0b1509090b892cd19153ca1a3cbfeec20 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/threaded-code-generation] specify conditions with jitdriver and fix name handling
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 68dab9f0 by Yusuke Izawa at 2022-10-05T15:22:10+09:00 specify conditions with jitdriver and fix name handling --HG-- branch : threaded-code-generation - - - - - 3 changed files: - rpython/jit/metainterp/optimizeopt/tracesplit.py - rpython/jit/tl/threadedcode/tla.py - rpython/rlib/jit.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/68dab9f075df1e4c18ccc0d48d2857a2e3b3e144 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/68dab9f075df1e4c18ccc0d48d2857a2e3b3e144 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