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 [40735 refs] _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3656> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com