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 gvanrossum
Recipients giampaolo.rodola, gvanrossum, pitrou, vstinner, yselivanov
Date 2014-07-30.01:41:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406684509.79.0.134123549645.issue22104@psf.upfronthosting.co.za>
In-reply-to
Content
Was this always so or did it recently start?  Victor has made a ton of changes.

Anyway, I imagine there may be some objects stuck in cycles and the collection may not happen until a random later time, and the tests do timing-specific stuff so the number of objects created and deleted varies per run.

Perhaps adding some well-aimed gc.collect() calls to some tearDown() methods would make this go away?
History
Date User Action Args
2014-07-30 01:41:49gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner, giampaolo.rodola, yselivanov
2014-07-30 01:41:49gvanrossumsetmessageid: <1406684509.79.0.134123549645.issue22104@psf.upfronthosting.co.za>
2014-07-30 01:41:49gvanrossumlinkissue22104 messages
2014-07-30 01:41:49gvanrossumcreate