From: Georg Brandl Date: Fri, 18 Aug 2006 07:35:50 +0000 (+0000) Subject: Typo in tp_clear docs. X-Git-Tag: v2.4.4c1~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7521c9f9e0f698d4fb8dff4708d08e12a565416;p=thirdparty%2FPython%2Fcpython.git Typo in tp_clear docs. (backport from rev. 51368) --- diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex index 577d26aa1e2f..4c87d3344d92 100644 --- a/Doc/api/newtypes.tex +++ b/Doc/api/newtypes.tex @@ -916,7 +916,7 @@ The following three fields only exist if the set. More information in section \ref{supporting-cycle-detection} about garbage collection. - 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