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 skrah
Recipients benjamin.peterson, skrah
Date 2012-03-16.20:19:44
SpamBayes Score 0.03560946
Marked as misclassified No
Message-id <1331929185.71.0.801923700856.issue14337@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, thanks for the pointer. 9e7f6ddc0d76 is clean, but default still
leaks. Next attempt:


OK: d2460ff173ff
Leak: 3b2856d8614b


test_dict leaked [12, 12] references, sum=24
test_builtin leaked [24, 24] references, sum=48
test_unittest leaked [970, 970] references, sum=1940
test_doctest leaked [351, 351] references, sum=702
test_doctest2 leaked [50, 50] references, sum=100
History
Date User Action Args
2012-03-16 20:19:45skrahsetrecipients: + skrah, benjamin.peterson
2012-03-16 20:19:45skrahsetmessageid: <1331929185.71.0.801923700856.issue14337@psf.upfronthosting.co.za>
2012-03-16 20:19:45skrahlinkissue14337 messages
2012-03-16 20:19:44skrahcreate