Index: libgc.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgc.tex,v retrieving revision 1.14 diff -c -r1.14 libgc.tex *** libgc.tex 8 Apr 2003 17:37:47 -0000 1.14 --- libgc.tex 2 Sep 2003 18:07:11 -0000 *************** *** 96,101 **** --- 96,106 ---- objects, call \function{collect()} before calling \function{get_referrers()}. + Care must be taken when using objects returned by + \function{get_referrers()} because some of them could still be under + construction and hence in a temporarily invalid state. Avoid using + \function{get_referrers()} for any purpose other than debugging. + \versionadded{2.2} \end{funcdesc}