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 nnorwitz
Recipients nnorwitz
Date 2008-08-24.03:30:07
SpamBayes Score 0.028410489
Marked as misclassified No
Message-id <1219548609.74.0.876637133611.issue3656@psf.upfronthosting.co.za>
In-reply-to
Content
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]
History
Date User Action Args
2008-08-24 03:30:10nnorwitzsetrecipients: + nnorwitz
2008-08-24 03:30:09nnorwitzsetmessageid: <1219548609.74.0.876637133611.issue3656@psf.upfronthosting.co.za>
2008-08-24 03:30:08nnorwitzlinkissue3656 messages
2008-08-24 03:30:08nnorwitzcreate