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 Kristian.Vlaardingerbroek, brett.cannon
Date 2011-01-25.01:59:58
SpamBayes Score 0.0005572414
Marked as misclassified No
Message-id <1295920799.59.0.108773077177.issue10990@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a partial patch for test_sys_settrace. It fails on test_19_no_jump_without_trace_function for some reason I don't understand. It also doesn't protect against it being CPython-only as that is a function decorator and basically the whole module needs to be skipped.
History
Date User Action Args
2011-01-25 01:59:59brett.cannonsetrecipients: + brett.cannon, Kristian.Vlaardingerbroek
2011-01-25 01:59:59brett.cannonsetmessageid: <1295920799.59.0.108773077177.issue10990@psf.upfronthosting.co.za>
2011-01-25 01:59:59brett.cannonlinkissue10990 messages
2011-01-25 01:59:58brett.cannoncreate