mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
gh-100554: Add `Py_tp_vectorcall slot to set PyTypeObject.tp_vectorcall using the PyType_FromSpec` function family. (#123332)
This commit is contained in:
parent
bbb36c0934
commit
74330d992b
8 changed files with 147 additions and 10 deletions
|
|
@ -86,3 +86,7 @@
|
|||
/* New in 3.10 */
|
||||
#define Py_am_send 81
|
||||
#endif
|
||||
#if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x030E0000
|
||||
/* New in 3.14 */
|
||||
#define Py_tp_vectorcall 82
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue