Fix two oversights in C API split.

This commit is contained in:
Georg Brandl 2008-01-20 11:00:14 +00:00
parent 7274858234
commit c31b0f78e5
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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