Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy


Commits:
a8887f83 by Matti Picus at 2023-10-23T00:32:58+03:00
HPyType_GetName cannot fail (returns void*)

--HG--
branch : hpy-0.9

- - - - -
a1a3c9d2 by Matti Picus at 2023-10-23T00:33:34+03:00
fix comments and const-ness of pointers

--HG--
branch : hpy-0.9

- - - - -
12bc4692 by Matti Picus at 2023-10-23T00:34:00+03:00
add Py_tp_free

--HG--
branch : hpy-0.9

- - - - -
2e87541b by Matti Picus at 2023-10-23T00:34:16+03:00
raise more helpful message

--HG--
branch : hpy-0.9

- - - - -
a0588e29 by Matti Picus at 2023-10-23T02:21:25+03:00
chain errors instead of clearing them in HPyErr_Set*

--HG--
branch : hpy-0.9

- - - - -
62449c56 by Matti Picus at 2023-10-23T17:11:39+03:00
revert part of 04ed0fd6ae65, do not do too much on error in HPyType_Get_Name

--HG--
branch : hpy-0.9

- - - - -
13322bb3 by Matti Picus at 2023-10-23T17:12:49+03:00
Use a new handle in HPyGlobal_Store

--HG--
branch : hpy-0.9

- - - - -
2c414745 by Matti Picus at 2023-10-23T22:34:36+03:00
improve documentation of HPyType_LEGACY_HELPERS

--HG--
branch : hpy-0.9

- - - - -
a978e774 by Matti Picus at 2023-10-23T23:56:41+03:00
add a ll_writebarrier to HPy_LoadField

--HG--
branch : hpy-0.9

- - - - -


10 changed files:

- lib_pypy/hpy/devel/include/hpy/hpytype.h
- lib_pypy/hpy/devel/include/hpy/universal/autogen_trampolines.h
- pypy/module/_hpy_universal/handlemanager.py
- pypy/module/_hpy_universal/interp_cpy_compat.py
- pypy/module/_hpy_universal/interp_descr.py
- pypy/module/_hpy_universal/interp_err.py
- pypy/module/_hpy_universal/interp_field.py
- pypy/module/_hpy_universal/interp_module.py
- pypy/module/_hpy_universal/interp_tuple.py
- pypy/module/_hpy_universal/interp_type.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/069f4b71ae7cb6638b954161ef8bee5d5184b5c3...a978e774994d43441d652e8c8b9aa5574ab61fa4

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/069f4b71ae7cb6638b954161ef8bee5d5184b5c3...a978e774994d43441d652e8c8b9aa5574ab61fa4
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

Reply via email to