[pypy-commit] [Git][pypy/benchmarks][branch/default] fixes for python3 (issue 2) - from timfel
Matti Picus pushed to branch branch/default at PyPy / benchmarks Commits: bf5c1333 by Matti Picus at 2022-09-29T15:46:57+03:00 fixes for python3 (issue 2) - from timfel - - - - - 2 changed files: - benchmarks.py - nullpython.py View it on Heptapod: https://foss.heptapod.net/pypy/benchmarks/-/commit/bf5c1333df4528f44a5902d8fcc3209a7abb5c78 -- View it on Heptapod: https://foss.heptapod.net/pypy/benchmarks/-/commit/bf5c1333df4528f44a5902d8fcc3209a7abb5c78 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] #3820: add __contains__ to array type
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 25f56e60 by Carl Friedrich Bolz-Tereick at 2022-09-29T14:44:45+02:00 #3820: add __contains__ to array type --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/array/interp_array.py - pypy/module/array/test/test_array.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/25f56e60052312224055fbc2344fbaa38b2fdf95 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/25f56e60052312224055fbc2344fbaa38b2fdf95 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] 3 commits: remove debug cruft (issue 3819)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 697e82ec by Matti Picus at 2022-09-24T23:46:47+03:00 remove debug cruft (issue 3819) --HG-- branch : py3.8 - - - - - 25f56e60 by Carl Friedrich Bolz-Tereick at 2022-09-29T14:44:45+02:00 #3820: add __contains__ to array type --HG-- branch : py3.8 - - - - - acde07ec by Carl Friedrich Bolz-Tereick at 2022-09-29T15:01:30+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 3 changed files: - lib_pypy/_winapi.py - pypy/module/array/interp_array.py - pypy/module/array/test/test_array.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/92b1930c2d965ca0cfd9db64e03594f0ace6a5c1...acde07ec82da33c9f01390c5baf722c7796fd48a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/92b1930c2d965ca0cfd9db64e03594f0ace6a5c1...acde07ec82da33c9f01390c5baf722c7796fd48a 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] only override __new__ if there are no bases, i.e. w_type inherits from object
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 5aadcf06 by Matti Picus at 2022-09-29T21:11:56+03:00 only override __new__ if there are no bases, i.e. w_type inherits from object --HG-- branch : hpy-0.0.4 - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_type.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5aadcf06f8a75442e95403893bed8b23f95b0f66 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5aadcf06f8a75442e95403893bed8b23f95b0f66 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] hack to find the base class W_HPyTypeObject's atrributes if the class is a subtype
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 50cd549f by Matti Picus at 2022-09-30T00:53:28+03:00 hack to find the base class W_HPyTypeObject's atrributes if the class is a subtype --HG-- branch : hpy-0.0.4 - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_type.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/50cd549f48fec4bd5dd9f78499cb65349c7d8124 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/50cd549f48fec4bd5dd9f78499cb65349c7d8124 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] 6 commits: resynch vendored sources to 0.0.4
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 1ec0a731 by Matti Picus at 2022-09-30T06:05:32+03:00 resynch vendored sources to 0.0.4 --HG-- branch : hpy-0.0.4 - - - - - 24965716 by Matti Picus at 2022-09-30T07:21:35+03:00 sync context --HG-- branch : hpy-0.0.4 - - - - - 7ea8f657 by Matti Picus at 2022-09-30T07:21:58+03:00 test, implement missing HPyLong functions --HG-- branch : hpy-0.0.4 - - - - - 41f6a939 by Matti Picus at 2022-09-30T08:45:10+03:00 synch files in lib_pypy --HG-- branch : hpy-0.0.4 - - - - - c034c1f3 by Matti Picus at 2022-09-30T08:45:19+03:00 sync version.py --HG-- branch : hpy-0.0.4 - - - - - 834697da by Matti Picus at 2022-09-30T09:00:01+03:00 more test syncing --HG-- branch : hpy-0.0.4 - - - - - 30 changed files: - extra_tests/hpy_tests/_vendored/test_hpytype.py - lib_pypy/hpy/devel/include/hpy.h - lib_pypy/hpy/devel/include/hpy/autogen_hpyslot.h - lib_pypy/hpy/devel/include/hpy/cpython/autogen_api_impl.h - lib_pypy/hpy/devel/include/hpy/cpython/misc.h - lib_pypy/hpy/devel/include/hpy/hpydef.h - lib_pypy/hpy/devel/include/hpy/hpymodule.h - lib_pypy/hpy/devel/include/hpy/hpytype.h - lib_pypy/hpy/devel/include/hpy/inline_helpers.h - lib_pypy/hpy/devel/include/hpy/macros.h - lib_pypy/hpy/devel/include/hpy/universal/autogen_ctx.h - lib_pypy/hpy/devel/include/hpy/universal/autogen_trampolines.h - lib_pypy/hpy/devel/src/runtime/argparse.c - lib_pypy/hpy/devel/src/runtime/buildvalue.c - lib_pypy/hpy/devel/src/runtime/ctx_module.c - lib_pypy/hpy/devel/src/runtime/ctx_tracker.c - lib_pypy/hpy/devel/src/runtime/ctx_type.c - lib_pypy/hpy/devel/version.py - pypy/module/_hpy_universal/_vendored/hpy/debug/src/_debugmod.c - pypy/module/_hpy_universal/_vendored/hpy/debug/src/autogen_debug_ctx_init.h - pypy/module/_hpy_universal/_vendored/hpy/debug/src/autogen_debug_wrappers.c - pypy/module/_hpy_universal/_vendored/hpy/debug/src/debug_ctx.c - pypy/module/_hpy_universal/_vendored/hpy/debug/src/debug_handles.c - pypy/module/_hpy_universal/_vendored/hpy/debug/src/debug_internal.h - pypy/module/_hpy_universal/_vendored/hpy/debug/src/include/hpy_debug.h - + pypy/module/_hpy_universal/_vendored/hpy/debug/src/stacktrace.c - pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy.h - pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy/cpython/autogen_api_impl.h - pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy/cpython/misc.h - pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy/hpymodule.h View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/50cd549f48fec4bd5dd9f78499cb65349c7d8124...834697da6365943339a53d534d926503f8fccbb6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/50cd549f48fec4bd5dd9f78499cb65349c7d8124...834697da6365943339a53d534d926503f8fccbb6 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