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 vstinner
Recipients ateng, vstinner
Date 2014-03-18.15:05:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395155145.82.0.865716773831.issue20967@psf.upfronthosting.co.za>
In-reply-to
Content
I'm unable to reproduce your issue with Python 2.7.5:

$ python memoryleak_min.py 
[256720896.0, 15740928.0, 139264.0]
[256724992.0, 15962112.0, 139264.0]
[256724992.0, 15966208.0, 139264.0]
[256724992.0, 15966208.0, 139264.0]
(...)
[256724992.0, 15966208.0, 139264.0]

$ python2.7 <your example>
5 , 5
5 , 5
(...)
5 , 5

What is your exact Python version? What is your OS? OS version?
History
Date User Action Args
2014-03-18 15:05:45vstinnersetrecipients: + vstinner, ateng
2014-03-18 15:05:45vstinnersetmessageid: <1395155145.82.0.865716773831.issue20967@psf.upfronthosting.co.za>
2014-03-18 15:05:45vstinnerlinkissue20967 messages
2014-03-18 15:05:45vstinnercreate