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.17:15:57
SpamBayes Score 0.008237213
Marked as misclassified No
Message-id <1295975758.23.0.358736413699.issue10992@psf.upfronthosting.co.za>
In-reply-to
Content
Following tests in test_descr.py fail:

test_collect_generations (line 261)
test_frame (line 183)
test_get_count (line 249)

These tests count the number of allocations and a trace function can mess this up.
History
Date User Action Args
2011-01-25 17:15:58Kristian.Vlaardingerbroeksetrecipients: + Kristian.Vlaardingerbroek, brett.cannon
2011-01-25 17:15:58Kristian.Vlaardingerbroeksetmessageid: <1295975758.23.0.358736413699.issue10992@psf.upfronthosting.co.za>
2011-01-25 17:15:57Kristian.Vlaardingerbroeklinkissue10992 messages
2011-01-25 17:15:57Kristian.Vlaardingerbroekcreate