[pypy-commit] [Mercurial][pypy/pypy][branch/hpy-0.9] fix some rpython problems (more remain)
Carl Friedrich Bolz-Tereick pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: 1ca99509 by Carl Friedrich Bolz-Tereick at 2023-10-18T13:03:53+02:00 fix some rpython problems (more remain) --HG-- branch : hpy-0.9 - - - - - 2 changed files: - pypy/module/_hpy_universal/interp_type.py - pypy/objspace/std/mapdict.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1ca995090e3338c7ffa1aa2f951b7ab6444a9505 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1ca995090e3338c7ffa1aa2f951b7ab6444a9505 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] [Mercurial][pypy/pypy][branch/hpy-0.9] 6 commits: hack to force taking the slow path for W_HpyTypeObject allocation
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: 5cda6aa6 by Matti Picus at 2023-10-18T16:53:27+03:00 hack to force taking the slow path for W_HpyTypeObject allocation --HG-- branch : hpy-0.9 - - - - - 10286e3e by Matti Picus at 2023-10-18T21:35:42+03:00 use the metaclass' basicsize (if it exists) when adding storage to a type --HG-- branch : hpy-0.9 - - - - - c5a4da52 by Matti Picus at 2023-10-18T22:21:53+03:00 typo, update TODO --HG-- branch : hpy-0.9 - - - - - b890d27f by Matti Picus at 2023-10-18T22:25:01+03:00 add an XXX for hacky code --HG-- branch : hpy-0.9 - - - - - 857c0d55 by Matti Picus at 2023-10-18T23:09:34+03:00 typo and fixes for translation --HG-- branch : hpy-0.9 - - - - - 151cc9d9 by Matti Picus at 2023-10-17T09:05:10+03:00 move tests: mixing directories and tests causes the directory to be tested twice --HG-- branch : hpy-0.9 - - - - - 8 changed files: - pypy/module/_hpy_universal/TODO-hpy-0.9 - pypy/module/_hpy_universal/interp_type.py - pypy/module/_hpy_universal/test/test_apiset.py → pypy/module/_hpy_universal/test/pypy/test_apiset.py - pypy/module/_hpy_universal/test/test_extra.py → pypy/module/_hpy_universal/test/pypy/test_extra.py - pypy/module/_hpy_universal/test/test_handlemanager.py → pypy/module/_hpy_universal/test/pypy/test_handlemanager.py - pypy/module/_hpy_universal/test/test_storage.py → pypy/module/_hpy_universal/test/pypy/test_storage.py - pypy/module/_hpy_universal/test/test_ztranslation.py → pypy/module/_hpy_universal/test/pypy/test_ztranslation.py - pypy/objspace/std/objspace.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1ca995090e3338c7ffa1aa2f951b7ab6444a9505...151cc9d9b98213759bedc34dbabc217c4e6d6be7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1ca995090e3338c7ffa1aa2f951b7ab6444a9505...151cc9d9b98213759bedc34dbabc217c4e6d6be7 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] [Mercurial][pypy/pypy][branch/py3.9] add prototype, fix definitions
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 3fc2a7a4 by Matti Picus at 2023-10-19T05:14:08+03:00 add prototype, fix definitions --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/cpyext/include/object.h - pypy/module/cpyext/src/typeobject.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3fc2a7a406ce5ec381783a3580b31ba210c4d21d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3fc2a7a406ce5ec381783a3580b31ba210c4d21d 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] [Mercurial][pypy/pypy][branch/hpy-0.9] 2 commits: add _hpy_get_gc_storage for field storage writebarrier
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: 0153971c by Matti Picus at 2023-10-19T06:12:22+03:00 add _hpy_get_gc_storage for field storage writebarrier --HG-- branch : hpy-0.9 - - - - - 4680477d by Matti Picus at 2023-10-19T06:12:46+03:00 remove duplicate test support function: hpy issue 452 --HG-- branch : hpy-0.9 - - - - - 6 changed files: - extra_tests/hpy_tests/_vendored/support.py - pypy/interpreter/baseobjspace.py - pypy/module/_hpy_universal/interp_descr.py - pypy/module/_hpy_universal/interp_field.py - pypy/module/_hpy_universal/interp_type.py - pypy/objspace/std/mapdict.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/151cc9d9b98213759bedc34dbabc217c4e6d6be7...4680477dfd0259b36747a6b0b2552f3467b86e10 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/151cc9d9b98213759bedc34dbabc217c4e6d6be7...4680477dfd0259b36747a6b0b2552f3467b86e10 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