Commit c31b0f78 authored by Georg Brandl's avatar Georg Brandl

Fix two oversights in C API split.

parent 72748582
...@@ -18,6 +18,7 @@ include the :const:`Py_TPFLAGS_HAVE_GC` and provide an implementation of the ...@@ -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. ...@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment