summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/gcsupport.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-20 11:00:14 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-20 11:00:14 (GMT)
commitc31b0f78e5e0d3eaf872a6187fc76f8d63fa5944 (patch)
tree7bf1332a04d2300ae783aac8ab862ca313ac7b5e /Doc/c-api/gcsupport.rst
parent7274858234ac809a33a6efd66c984eed58687ab3 (diff)
downloadcpython-c31b0f78e5e0d3eaf872a6187fc76f8d63fa5944.zip
cpython-c31b0f78e5e0d3eaf872a6187fc76f8d63fa5944.tar.gz
cpython-c31b0f78e5e0d3eaf872a6187fc76f8d63fa5944.tar.bz2
Fix two oversights in C API split.
Diffstat (limited to 'Doc/c-api/gcsupport.rst')
-rw-r--r--Doc/c-api/gcsupport.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/c-api/gcsupport.rst b/Doc/c-api/gcsupport.rst
index 03947e9..fe2b0ca 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.