]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`` using...
authorWenzel Jakob <wenzel.jakob@epfl.ch>
Fri, 13 Sep 2024 15:40:25 +0000 (00:40 +0900)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2024 15:40:25 +0000 (17:40 +0200)
commit74330d992be26829dba65ab83d698d42b2f2a2ee
tree2463c9d5871d5057df1cf7e81eabfc268cf43fab
parentbbb36c0934b7644a9f8b67d3cae78aa6240e005a
gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`` using the ``PyType_FromSpec`` function family. (#123332)
Doc/c-api/type.rst
Doc/c-api/typeobj.rst
Include/typeslots.h
Lib/test/test_capi/test_misc.py
Misc/NEWS.d/next/C_API/2024-08-26-13-01-20.gh-issue-100554.0ku85o.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/_testcapi/heaptype.c
Objects/typeslots.inc