mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
Co-authored-by: Andrew Frost <adfrost@fb.com> Co-authored-by: Itamar Ostricher <itamarost@gmail.com>
This commit is contained in:
parent
e37ac5fbb6
commit
a41ed975e8
9 changed files with 115 additions and 3 deletions
|
@ -493,6 +493,10 @@ New Features
|
|||
functions in all running threads in addition to the calling one. (Contributed
|
||||
by Pablo Galindo in :gh:`93503`.)
|
||||
|
||||
* Added new function :c:func:`PyFunction_SetVectorcall` to the C API
|
||||
which sets the vectorcall field of a given :c:type:`PyFunctionObject`.
|
||||
(Contributed by Andrew Frost in :gh:`92257`.)
|
||||
|
||||
Porting to Python 3.12
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue