[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] implement legacy tp_dealloc: put it on the w_type and create cpyext pyobj objects
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 7614a637 by Matti Picus at 2022-08-17T21:13:23+03:00 implement legacy tp_dealloc: put it on the w_type and create cpyext pyobj objects collection will trigger calling the tp_dealloc on the pyobj --HG-- branch : hpy-0.0.4 - - - - - 3 changed files: - pypy/module/_hpy_universal/interp_cpy_compat.py - pypy/module/_hpy_universal/interp_type.py - pypy/module/_hpy_universal/test/_vendored/test_hpytype_legacy.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/7614a637a3f8eed033e92f9de08b4c1e3bf83077 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/7614a637a3f8eed033e92f9de08b4c1e3bf83077 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] test does not make sense for py3
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: c6843603 by Carl Friedrich Bolz-Tereick at 2022-08-17T22:27:55+02:00 test does not make sense for py3 --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/unicodedata/test/test_unicodedata.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c6843603fa720f8e34a45a7bbc7c48c3599a540c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c6843603fa720f8e34a45a7bbc7c48c3599a540c 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] 5 commits: fix signature of Err_SetFromErrnoWithFilename
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: ebc2b6a9 by Matti Picus at 2022-08-18T01:48:23+03:00 fix signature of Err_SetFromErrnoWithFilename --HG-- branch : hpy-0.0.4 - - - - - 894b86f5 by Matti Picus at 2022-08-18T01:54:32+03:00 fix return type --HG-- branch : hpy-0.0.4 - - - - - a31c4d27 by Matti Picus at 2022-08-18T01:55:34+03:00 properly avoid test that cannot run app-level --HG-- branch : hpy-0.0.4 - - - - - c8cc09e2 by Matti Picus at 2022-08-18T02:18:42+03:00 skip part of test that does not work in app-level --HG-- branch : hpy-0.0.4 - - - - - b252bad6 by Matti Picus at 2022-08-18T02:18:58+03:00 implement HPyErr_WarnEx --HG-- branch : hpy-0.0.4 - - - - - 6 changed files: - pypy/module/_hpy_universal/_vendored/hpy/debug/src/autogen_debug_wrappers.c - pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy/cpython/autogen_api_impl.h - pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy/universal/autogen_trampolines.h - pypy/module/_hpy_universal/interp_err.py - pypy/module/_hpy_universal/interp_import.py - pypy/module/_hpy_universal/test/_vendored/test_hpyerr.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7614a637a3f8eed033e92f9de08b4c1e3bf83077...b252bad61f184385fbab0bb119a2c998bb190b35 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7614a637a3f8eed033e92f9de08b4c1e3bf83077...b252bad61f184385fbab0bb119a2c998bb190b35 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