mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Fix two oversights in C API split.
This commit is contained in:
parent
7274858234
commit
c31b0f78e5
2 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ include the :const:`Py_TPFLAGS_HAVE_GC` and provide an implementation of the
|
||||||
|
|
||||||
|
|
||||||
.. data:: Py_TPFLAGS_HAVE_GC
|
.. data:: Py_TPFLAGS_HAVE_GC
|
||||||
|
:noindex:
|
||||||
|
|
||||||
Objects with a type with this flag set must conform with the rules documented
|
Objects with a type with this flag set must conform with the rules documented
|
||||||
here. For convenience these objects will be referred to as container objects.
|
here. For convenience these objects will be referred to as container objects.
|
||||||
|
|
|
@ -24,4 +24,4 @@ document the API functions in detail.
|
||||||
concrete.rst
|
concrete.rst
|
||||||
init.rst
|
init.rst
|
||||||
memory.rst
|
memory.rst
|
||||||
newtypes.rst
|
objimpl.rst
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue