Author krisvale
Recipients krisvale, lemburg, ncoghlan, tim_one
Date 2009-09-04.13:23:38
SpamBayes Score 2.14324e-06
Marked as misclassified No
Message-id <1252070621.25.0.0285316241045.issue6836@psf.upfronthosting.co.za>
In-reply-to
Content
using the debugmalloc patch provided, I found only this one case when 
running the testsuite.
Patch is provided.  It is the simple solution of duplicating the string in 
this case.  A more cumbersome solution would be to allocate the "encoding" 
using PyObject_MALLOC in the first place.  But it doesn't seem the right 
api for arbitrary strings, and it might involve much more work.
History
Date User Action Args
2009-09-04 13:23:41krisvalesetrecipients: + krisvale, lemburg, tim_one, ncoghlan
2009-09-04 13:23:41krisvalesetmessageid: <1252070621.25.0.0285316241045.issue6836@psf.upfronthosting.co.za>
2009-09-04 13:23:39krisvalelinkissue6836 messages
2009-09-04 13:23:39krisvalecreate