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 bdkearns
Recipients alex, bdkearns
Date 2014-08-24.21:41:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408916508.06.0.828801344432.issue22267@psf.upfronthosting.co.za>
In-reply-to
Content
Possibly. But if so then one would argue there are plenty of other instances where gc_collect "should" be used, both within test_weakref and the rest of the test suite. Chose gc.collect here as it was used all over test_weakref.py, gc_collect never being used, and it fixed the test on PyPy.
History
Date User Action Args
2014-08-24 21:41:48bdkearnssetrecipients: + bdkearns, alex
2014-08-24 21:41:48bdkearnssetmessageid: <1408916508.06.0.828801344432.issue22267@psf.upfronthosting.co.za>
2014-08-24 21:41:48bdkearnslinkissue22267 messages
2014-08-24 21:41:47bdkearnscreate