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 r.david.murray
Recipients paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2016-08-11.13:05:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470920701.45.0.835326808954.issue27734@psf.upfronthosting.co.za>
In-reply-to
Content
Are you executing this once and worrying about the data structures that are not deallocated on finalize?  If so, see issue 228040 for background.  If you are executing it in a loop and seeing a continuing leak, then that we will want to address.
History
Date User Action Args
2016-08-11 13:05:01r.david.murraysetrecipients: + r.david.murray, paul.moore, tim.golden, zach.ware, steve.dower
2016-08-11 13:05:01r.david.murraysetmessageid: <1470920701.45.0.835326808954.issue27734@psf.upfronthosting.co.za>
2016-08-11 13:05:01r.david.murraylinkissue27734 messages
2016-08-11 13:05:01r.david.murraycreate