[issue3656] unicode encoding has lots of leaks of bytes

2008-08-24 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: -- resolution: -> duplicate status: open -> closed superseder: -> eval() leaks 1 reference every time ___ Python tracker <[EMAIL PROTECTED]>

[issue3656] unicode encoding has lots of leaks of bytes

2008-08-23 Thread Neal Norwitz
Neal Norwitz <[EMAIL PROTECTED]> added the comment: This is a partial (or complete) duplicate of 3651. ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3656] unicode encoding has lots of leaks of bytes

2008-08-23 Thread Neal Norwitz
Neal Norwitz <[EMAIL PROTECTED]> added the comment: There are also tons of reference leaks when running regrtest.py with -R. Even code as simple as this leaks: >>> eval('1') 1 [40731 refs] >>> eval('1') 1 [40732 refs] >>> eval('1') 1 [40733 refs] >>> eval('1') 1 [40734 refs] >>> eval('1') 1 [40

[issue3656] unicode encoding has lots of leaks of bytes

2008-08-23 Thread Neal Norwitz
New submission from Neal Norwitz <[EMAIL PROTECTED]>: Some of these leaks reported by valgrind are likely duplicates. I don't know how many individual cases of these leaks there are. 11,119 bytes in 14 blocks are possibly lost in loss record 86 of 119 realloc (vg_replace_malloc.c:429) _