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 brett.cannon
Recipients brett.cannon
Date 2011-01-23.23:21:15
SpamBayes Score 0.00044538034
Marked as misclassified No
Message-id <1295824876.68.0.687534068337.issue10990@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch adds resource monitoring to test.regrtest to detect which tests are changing the trace function w/o putting back to what it was previously. The tests listed below are thus all being naughty. This is a meta-issue to help track which tests need to be changed to stop this behavior.

test_doctest
test_exceptions
test_io
test_pdb
test_pickle
test_pickletools
test_richcmp
test_runpy
test_scope
test_sys_settrace
test_zipimport_support
History
Date User Action Args
2011-01-23 23:21:16brett.cannonsetrecipients: + brett.cannon
2011-01-23 23:21:16brett.cannonsetmessageid: <1295824876.68.0.687534068337.issue10990@psf.upfronthosting.co.za>
2011-01-23 23:21:15brett.cannonlinkissue10990 messages
2011-01-23 23:21:15brett.cannoncreate