PEP 697: Mark Final (GH-3141)

This commit is contained in:
Petr Viktorin 2023-05-10 17:38:04 +02:00 committed by GitHub
parent a9a2a4f439
commit 90640f47b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -2,7 +2,7 @@ PEP: 697
Title: Limited C API for Extending Opaque Types
Author: Petr Viktorin <encukou@gmail.com>
Discussions-To: https://discuss.python.org/t/19743
Status: Accepted
Status: Final
Type: Standards Track
Content-Type: text/x-rst
Created: 23-Aug-2022
@ -12,6 +12,14 @@ Post-History: `24-May-2022 <https://mail.python.org/archives/list/capi-sig@pytho
Resolution: https://discuss.python.org/t/19743/30
.. canonical-doc::
:external+py3.12:c:member:`PyType_Spec.basicsize`,
:external+py3.12:c:func:`PyObject_GetTypeData`,
:external+py3.12:data:`Py_TPFLAGS_ITEMS_AT_END`,
:external+py3.12:c:macro:`Py_RELATIVE_OFFSET`,
:external+py3.12:c:func:`PyObject_GetItemData`
Abstract
========