Message92253
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. |
|
| Date |
User |
Action |
Args |
| 2009-09-04 13:23:41 | krisvale | set | recipients:
+ krisvale, lemburg, tim_one, ncoghlan |
| 2009-09-04 13:23:41 | krisvale | set | messageid: <1252070621.25.0.0285316241045.issue6836@psf.upfronthosting.co.za> |
| 2009-09-04 13:23:39 | krisvale | link | issue6836 messages |
| 2009-09-04 13:23:39 | krisvale | create | |
|