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 Sworddragon, brett.cannon, r.david.murray, serhiy.storchaka, skrah
Date 2013-11-09.21:12:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384031533.7.0.155155182241.issue19533@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  If I turn on gc debugging before the def, I don't see anything get collected.  If I allocate a series of new 10K strings, the memory keeps growing.  Of course, that could still be down to the vagaries of OS memory management.  Time to break out Victor's tracemalloc, but I probably don't have that much ambition today :)
History
Date User Action Args
2013-11-09 21:12:13r.david.murraysetrecipients: + r.david.murray, brett.cannon, skrah, Sworddragon, serhiy.storchaka
2013-11-09 21:12:13r.david.murraysetmessageid: <1384031533.7.0.155155182241.issue19533@psf.upfronthosting.co.za>
2013-11-09 21:12:13r.david.murraylinkissue19533 messages
2013-11-09 21:12:13r.david.murraycreate