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 Mark.Shannon
Recipients Mark.Shannon
Date 2011-12-15.20:46:32
SpamBayes Score 5.03562e-07
Marked as misclassified No
Message-id <1323981993.25.0.0624214650154.issue13606@psf.upfronthosting.co.za>
In-reply-to
Content
test_clear_dict_in_ref_cycle in test_module only works by coincidence,
if the name of the variable on line 77 is changed from 'a' to 'x', then the test fails.
This is a result of the arbitrary ordering of removals of values from a modules globals() during GC. 
Patch which passes in list, rather than using a global is attached.
History
Date User Action Args
2011-12-15 20:46:33Mark.Shannonsetrecipients: + Mark.Shannon
2011-12-15 20:46:33Mark.Shannonsetmessageid: <1323981993.25.0.0624214650154.issue13606@psf.upfronthosting.co.za>
2011-12-15 20:46:32Mark.Shannonlinkissue13606 messages
2011-12-15 20:46:32Mark.Shannoncreate