Message3800

Author zyasoft
Recipients colinhevans, otmarhumbel, zyasoft
Date 2008-11-21.21:01:59
SpamBayes Score 0.0023405943
Marked as misclassified No
Message-id <1227301320.22.0.525023094731.issue1175@psf.upfronthosting.co.za>
In-reply-to
Content
gc.disable() is also used in Jython's Lib:
 * timeit.py - need to fix
 * subprocess.py - apparently this path is not being exercised by
test_subprocess.py, or perhaps it never gets used at all!

In general, we should just fix the offending code, not our gc wrapper,
so I agree in keeping it closed. If we were to have some sort of
compatibility shim, it needs to be of larger scope than just for gc.
History
Date User Action Args
2008-11-21 21:02:00zyasoftsetmessageid: <1227301320.22.0.525023094731.issue1175@psf.upfronthosting.co.za>
2008-11-21 21:02:00zyasoftsetrecipients: + zyasoft, otmarhumbel, colinhevans
2008-11-21 21:02:00zyasoftlinkissue1175 messages
2008-11-21 21:01:59zyasoftcreate