https://github.com/python/cpython/commit/20b69aac0d19a5e5358362410d9710887762f0e7 commit: 20b69aac0d19a5e5358362410d9710887762f0e7 branch: main author: Michael Kiper <[email protected]> committer: sobolevn <[email protected]> date: 2025-11-21T07:24:10Z summary:
gh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (#141730) [3.14] Doc PyTypeObject.tp_vectorcall grammar fix Co-authored-by: makiper <[email protected]> files: M Doc/c-api/type.rst diff --git a/Doc/c-api/type.rst b/Doc/c-api/type.rst index c7946e3190f01b..2f2060d0582251 100644 --- a/Doc/c-api/type.rst +++ b/Doc/c-api/type.rst @@ -638,7 +638,7 @@ The following functions and structs are used to create under the :ref:`limited API <limited-c-api>`. .. versionchanged:: 3.14 - The field :c:member:`~PyTypeObject.tp_vectorcall` can now set + The field :c:member:`~PyTypeObject.tp_vectorcall` can now be set using :c:data:`Py_tp_vectorcall`. See the field's documentation for details. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
