This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kristjan.jonsson
Recipients kristjan.jonsson, lemburg, ncoghlan, tim.peters
Date 2009-09-04.13:23:38
SpamBayes Score 2.143241e-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:41kristjan.jonssonsetrecipients: + kristjan.jonsson, lemburg, tim.peters, ncoghlan
2009-09-04 13:23:41kristjan.jonssonsetmessageid: <1252070621.25.0.0285316241045.issue6836@psf.upfronthosting.co.za>
2009-09-04 13:23:39kristjan.jonssonlinkissue6836 messages
2009-09-04 13:23:39kristjan.jonssoncreate