PEP 697: Mark Final (GH-3141)
This commit is contained in:
parent
a9a2a4f439
commit
90640f47b7
10
pep-0697.rst
10
pep-0697.rst
|
@ -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
|
||||
========
|
||||
|
||||
|
|
Loading…
Reference in New Issue