[Python-checkins] CVS: python/dist/src/Doc/lib libgc.tex,1.8,1.9

Fred L. Drake fdrake@users.sourceforge.net
Fri, 14 Dec 2001 13:19:11 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv27157/lib

Modified Files:
	libgc.tex 
Log Message:
Add a missing "cycle".

Index: libgc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgc.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** libgc.tex	2001/11/24 09:24:51	1.8
--- libgc.tex	2001/12/14 21:19:08	1.9
***************
*** 110,114 ****
  to avoid the issue by not creating cycles containing objects with
  \method{__del__()} methods, and \var{garbage} can be examined in that
! case to verify that no such are being created.
  
  If \constant{DEBUG_SAVEALL} is set, then all unreachable objects will
--- 110,114 ----
  to avoid the issue by not creating cycles containing objects with
  \method{__del__()} methods, and \var{garbage} can be examined in that
! case to verify that no such cycles are being created.
  
  If \constant{DEBUG_SAVEALL} is set, then all unreachable objects will