[Python-checkins] python/dist/src/Lib/test test_descr.py,1.192,1.193

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Thu, 29 May 2003 07:30:51 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv23275

Modified Files:
	test_descr.py 
Log Message:
Remove debug code from weakref_segfault().


Index: test_descr.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_descr.py,v
retrieving revision 1.192
retrieving revision 1.193
diff -C2 -d -r1.192 -r1.193
*** test_descr.py	29 May 2003 14:26:57 -0000	1.192
--- test_descr.py	29 May 2003 14:30:49 -0000	1.193
***************
*** 3885,3890 ****
          def __del__(self):
              x = self.ref()
-             print x
-             return x
  
      class Oops(object):
--- 3885,3888 ----