It is __del__ calling twice for some instances?

Max Yuzhakov gmt at sdf-eu.org
Wed Aug 16 14:34:16 EDT 2006


Max Yuzhakov writes:

 MY>      print "difference = %d" % init_cnt-del_cnt

Little correction.

          print "difference = %d" % (init_cnt-del_cnt)
-- 
GMT More Then ...



More information about the Python-list mailing list