[issue3656] unicode encoding has lots of leaks of bytes

Neal Norwitz report at bugs.python.org
Sun Aug 24 05:30:09 CEST 2008


Neal Norwitz <nnorwitz at gmail.com> 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
[40735 refs]

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3656>
_______________________________________


More information about the Python-bugs-list mailing list