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 serhiy.storchaka
Recipients Robert.Elsner, mark.dickinson, pitrou, serhiy.storchaka
Date 2012-04-16.12:56:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334580982.24.0.719129119221.issue14596@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, the problem is the place to be in Python 2.7, in Python 3.2 and in Python 3.3. Random size of the structure is important -- if you remove the randint, leakage will not.

The memory is not released in cached structuress, which are created in module-level unpack.

I now deal with it.
History
Date User Action Args
2012-04-16 12:56:22serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, pitrou, Robert.Elsner
2012-04-16 12:56:22serhiy.storchakasetmessageid: <1334580982.24.0.719129119221.issue14596@psf.upfronthosting.co.za>
2012-04-16 12:56:21serhiy.storchakalinkissue14596 messages
2012-04-16 12:56:21serhiy.storchakacreate