[pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] 2 commits: added dict to store dispatcher classes for each loop token, would be nice to...
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy Commits: d4fe9b3e by muke101 at 2021-03-07T08:47:47+00:00 added dict to store dispatcher classes for each loop token, would be nice to set as an attribute of the looptoken class though --HG-- branch : llvm-jit-backend-experimental - - - - - 0726b273 by muke101 at 2021-03-09T12:19:43+00:00 added code in jit_compile to populate looptoken attributes for use by make_execute_token, added some additional state storing to allow use by loops and bridges transparantly --HG-- branch : llvm-jit-backend-experimental - - - - - 4 changed files: - rpython/jit/backend/llvm/assembler.py - rpython/jit/backend/llvm/llvm_api.py - rpython/jit/backend/llvm/llvm_parse_ops.py - rpython/jit/backend/llvm/runner.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/37902f557fcf364eb5936b66074925c088cb9b28...0726b273b96572dc571673e845ef8133e71cebdd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/37902f557fcf364eb5936b66074925c088cb9b28...0726b273b96572dc571673e845ef8133e71cebdd You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: fix test
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 06442a1b by Carl Friedrich Bolz-Tereick at 2021-03-09T13:33:33+01:00 fix test --HG-- branch : py3.7 - - - - - 3e9c4864 by Carl Friedrich Bolz-Tereick at 2021-03-09T13:55:24+01:00 more fixes --HG-- branch : py3.7 - - - - - 3 changed files: - pypy/module/pypyjit/test_pypy_c/test_call.py - pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py - pypy/module/pypyjit/test_pypy_c/test_string.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/8ba40d7bdd77d8d5bc59635d0664cb80248f3d9d...3e9c4864190079183afb2b3167e826daf3592cfb -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8ba40d7bdd77d8d5bc59635d0664cb80248f3d9d...3e9c4864190079183afb2b3167e826daf3592cfb You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/py3.7] another fix
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: dfbb98f1 by Carl Friedrich Bolz-Tereick at 2021-03-09T13:59:21+01:00 another fix --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/pypyjit/test_pypy_c/test_string.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/dfbb98f1e884fc08c22391531b6ad644fb3fa62f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/dfbb98f1e884fc08c22391531b6ad644fb3fa62f You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/py3.7] back out filename changes in 5cab38ca5bce, something is off with frames and stacklevel
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: a4378a58 by Matti Picus at 2021-03-09T18:10:26+02:00 back out filename changes in 5cab38ca5bce, something is off with frames and stacklevel --HG-- branch : py3.7 - - - - - 3 changed files: - lib-python/3/test/test_warnings/__init__.py - lib-python/3/warnings.py - pypy/module/_warnings/interp_warnings.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/a4378a58a0a4ed8f04646007284034be3a885425 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a4378a58a0a4ed8f04646007284034be3a885425 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/py3.7] simplify error message to match CPython
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: ec71570f by Matti Picus at 2021-03-09T19:12:31+02:00 simplify error message to match CPython --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_cffi_ssl/_stdssl/error.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/ec71570fbfe771a689f412ad7ac25a13d2da8bfb -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/ec71570fbfe771a689f412ad7ac25a13d2da8bfb You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: Fix value of .__module__ and .__name__ on the result of PyType_FromSpec()
Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy Commits: e08b16d2 by Ronan Lamy at 2020-12-29T17:24:11+01:00 Fix value of .__module__ and .__name__ on the result of PyType_FromSpec() --HG-- branch : py3.7 - - - - - fc261249 by Ronan Lamy at 2021-03-03T20:07:57+00:00 Make sure PyHeapTypeObjects are correctly initialised in tests --HG-- branch : py3.7 - - - - - 3 changed files: - pypy/module/cpyext/test/issue2482.c - pypy/module/cpyext/test/test_typeobject.py - pypy/module/cpyext/typeobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/ec71570fbfe771a689f412ad7ac25a13d2da8bfb...fc261249677ce2631a89fd582b071eaf9caa9cfa -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ec71570fbfe771a689f412ad7ac25a13d2da8bfb...fc261249677ce2631a89fd582b071eaf9caa9cfa You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/py3.6] 3 commits: Fix value of .__module__ and .__name__ on the result of PyType_FromSpec()
Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: 1283a7bc by Ronan Lamy at 2020-12-29T17:24:11+01:00 Fix value of .__module__ and .__name__ on the result of PyType_FromSpec() --HG-- branch : fix-heaptype-attributes - - - - - 52522763 by Ronan Lamy at 2021-03-03T20:07:57+00:00 Make sure PyHeapTypeObjects are correctly initialised in tests --HG-- branch : fix-heaptype-attributes - - - - - da2c90db by Ronan Lamy at 2021-03-09T19:11:35+00:00 Merge branch 'branch/fix-heaptype-attributes' into 'branch/py3.6' Fix heaptype attributes See merge request pypy/pypy!806 --HG-- branch : py3.6 - - - - - 3 changed files: - pypy/module/cpyext/test/issue2482.c - pypy/module/cpyext/test/test_typeobject.py - pypy/module/cpyext/typeobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/e634bb4e653d9214901e2e9ca7145560116892d6...da2c90dbb2db35c85fe04d7f594a5dbef1297504 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e634bb4e653d9214901e2e9ca7145560116892d6...da2c90dbb2db35c85fe04d7f594a5dbef1297504 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/heapq_merge
Dennis Sweeney pushed new branch branch/heapq_merge at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/heapq_merge You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit