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 pitrou
Recipients Robert.Elsner, mark.dickinson, pitrou
Date 2012-04-16.12:51:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334580689.19.0.538042277862.issue14596@psf.upfronthosting.co.za>
In-reply-to
Content
> I suspect that this is due to the struct module cache, which caches
> Struct instances corresponding to formats used.  If that's true,
> there's no real leak as such.

Well, the posted code creates 30 struct instances. That shouldn't exhaust the memory of a 8GB box (which it does here)...
History
Date User Action Args
2012-04-16 12:51:29pitrousetrecipients: + pitrou, mark.dickinson, Robert.Elsner
2012-04-16 12:51:29pitrousetmessageid: <1334580689.19.0.538042277862.issue14596@psf.upfronthosting.co.za>
2012-04-16 12:51:28pitroulinkissue14596 messages
2012-04-16 12:51:28pitroucreate