Fix two oversights in C API split.
This commit is contained in:
parent
7274858234
commit
c31b0f78e5
|
@ -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…
Reference in New Issue