[Proctor-checkins] CVS: Proctor/proctorlib runner.py,1.15,1.16
Status: Alpha
Brought to you by:
doughellmann
|
From: Doug H. <dou...@us...> - 2006-09-19 14:04:53
|
Update of /cvsroot/proctor/Proctor/proctorlib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10689 Modified Files: runner.py Log Message: do not print message when GC is disabled Index: runner.py =================================================================== RCS file: /cvsroot/proctor/Proctor/proctorlib/runner.py,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** runner.py 15 Sep 2006 15:10:29 -0000 1.15 --- runner.py 19 Sep 2006 14:04:50 -0000 1.16 *************** *** 215,220 **** # collect again without DEBUG_LEAK gc.collect() ! else: ! print 'GC: disabled' return --- 215,220 ---- # collect again without DEBUG_LEAK gc.collect() ! #else: ! # print 'GC: disabled' return |