Message6033

Author zyasoft
Recipients gsqfs, zyasoft
Date 2010-09-03.16:34:17
SpamBayes Score 8.2482815e-10
Marked as misclassified No
Message-id <1283531658.82.0.33765704866.issue1482@psf.upfronthosting.co.za>
In-reply-to
Content
This resource leak -- which should be applicable to 2.5, I don't believe anything has changed in the use of intern usage in String -- has escaped attention. We need to fix it before 2.5.2 beta 2 too. (2.5.2b2 is really trying to address all serious resource leaks like this one.)

Fortunately it should be an easy fix, and it's even something that will clean up our code in a bit in PyString.
History
Date User Action Args
2010-09-03 16:34:18zyasoftsetmessageid: <1283531658.82.0.33765704866.issue1482@psf.upfronthosting.co.za>
2010-09-03 16:34:18zyasoftsetrecipients: + zyasoft, gsqfs
2010-09-03 16:34:18zyasoftlinkissue1482 messages
2010-09-03 16:34:18zyasoftcreate