Documentation
There is a typo in the PyType_Slot 3.14 change notice.
Currently:
Changed in version 3.14: The field tp_vectorcall can now set using Py_tp_vectorcall. See the field’s documentation for details
Should be changed to:
Changed in version 3.14: The field tp_vectorcall can now be set using Py_tp_vectorcall. See the field’s documentation for details
Linked PRs