Message 240578 - Python tracker

Message240578

Author james
Recipients BreamoreBoy, fabioz, james, pdmccormick, r.david.murray
Date 2015-04-13.01:08:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428887299.87.0.301037869522.issue10933@psf.upfronthosting.co.za>
In-reply-to
Content
We investigated this issue with pdmccormick & r.david.murray.

The behaviour appears to be intentional. If the trace function raises an Exception, system tracing is disabled entirely.

See attached documentation patch to clarify this.
History
Date User Action Args
2015-04-13 01:08:19jamessetrecipients: + james, fabioz, r.david.murray, BreamoreBoy, pdmccormick
2015-04-13 01:08:19jamessetmessageid: <1428887299.87.0.301037869522.issue10933@psf.upfronthosting.co.za>
2015-04-13 01:08:19jameslinkissue10933 messages
2015-04-13 01:08:19jamescreate