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 Kristian.Vlaardingerbroek
Recipients Kristian.Vlaardingerbroek, brett.cannon
Date 2011-01-25.16:53:13
SpamBayes Score 2.6505272e-06
Marked as misclassified No
Message-id <1295974394.6.0.904340049645.issue10992@psf.upfronthosting.co.za>
In-reply-to
Content
Following tests in test_descr.py fail with both methods:

test_iter_items
test_iter_keys
test_iter_values

regrtest -T causes the following test to fail aswell:

test_slots

The test_iter_* tests fail because __locals__ gets added to the namespace of the class it is testing when tracing is enabled.

test_slots fails on line 1031 in a section marked "Test lookup leaks [SF bug 572567]"
History
Date User Action Args
2011-01-25 16:53:14Kristian.Vlaardingerbroeksetrecipients: + Kristian.Vlaardingerbroek, brett.cannon
2011-01-25 16:53:14Kristian.Vlaardingerbroeksetmessageid: <1295974394.6.0.904340049645.issue10992@psf.upfronthosting.co.za>
2011-01-25 16:53:13Kristian.Vlaardingerbroeklinkissue10992 messages
2011-01-25 16:53:13Kristian.Vlaardingerbroekcreate