From: Georg Brandl Date: Sun, 20 Jan 2008 11:00:14 +0000 (+0000) Subject: Fix two oversights in C API split. X-Git-Tag: v3.0a3~180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c31b0f78e5e0d3eaf872a6187fc76f8d63fa5944;p=thirdparty%2FPython%2Fcpython.git Fix two oversights in C API split. --- diff --git a/Doc/c-api/gcsupport.rst b/Doc/c-api/gcsupport.rst index 03947e928683..fe2b0cabf28b 100644 --- a/Doc/c-api/gcsupport.rst +++ b/Doc/c-api/gcsupport.rst @@ -18,6 +18,7 @@ include the :const:`Py_TPFLAGS_HAVE_GC` and provide an implementation of the .. data:: Py_TPFLAGS_HAVE_GC + :noindex: 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. diff --git a/Doc/c-api/index.rst b/Doc/c-api/index.rst index 086b880fbdf2..12a1ec707274 100644 --- a/Doc/c-api/index.rst +++ b/Doc/c-api/index.rst @@ -24,4 +24,4 @@ document the API functions in detail. concrete.rst init.rst memory.rst - newtypes.rst + objimpl.rst