From: Georg Brandl Date: Fri, 18 Aug 2006 07:35:47 +0000 (+0000) Subject: Typo in tp_clear docs. X-Git-Tag: v2.6a1~2774 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7c9bad93d3acf87197d40ec67546bbc3c3dc7ed;p=python Typo in tp_clear docs. --- diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex index 04f67953fa..43d2f8839a 100644 --- a/Doc/api/newtypes.tex +++ b/Doc/api/newtypes.tex @@ -979,7 +979,7 @@ The following three fields only exist if the More information about Python's garbage collection scheme can be found in section \ref{supporting-cycle-detection}. - This field is inherited by subtypes together with \member{tp_clear} + This field is inherited by subtypes together with \member{tp_traverse} and the \constant{Py_TPFLAGS_HAVE_GC} flag bit: the flag bit, \member{tp_traverse}, and \member{tp_clear} are all inherited from the base type if they are all zero in the subtype \emph{and} the