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 exarkun
Recipients benjamin.peterson, exarkun, fabioz
Date 2011-04-07.16:43:50
SpamBayes Score 0.0005039198
Marked as misclassified No
Message-id <1302194630.9.0.113155258335.issue11798@psf.upfronthosting.co.za>
In-reply-to
Content
> I thought unittest was just handed a bunch of TestCase instances and couldn't do much about insuring they were garbage collected.

True.  But unittest could ensure that it doesn't keep a reference to each TestCase instance after it finishes running it.  Then, if no one else has a reference either, it can be garbage collected.
History
Date User Action Args
2011-04-07 16:43:50exarkunsetrecipients: + exarkun, fabioz, benjamin.peterson
2011-04-07 16:43:50exarkunsetmessageid: <1302194630.9.0.113155258335.issue11798@psf.upfronthosting.co.za>
2011-04-07 16:43:50exarkunlinkissue11798 messages
2011-04-07 16:43:50exarkuncreate