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 titus
Recipients brett.cannon, titus
Date 2007-12-18.07:16:45
SpamBayes Score 0.06207311
Marked as misclassified No
Message-id <1197962206.78.0.66019854769.issue1648@psf.upfronthosting.co.za>
In-reply-to
Content
Currently there is no way to retrieve the current trace function; this
patch adds 'gettrace' to the sys module.

This behavior is very useful for helping to control code coverage
analysis tools.
Files
File name Uploaded
gettrace.diff titus, 2007-12-18.07:16:46
History
Date User Action Args
2007-12-18 07:16:47titussetspambayes_score: 0.0620731 -> 0.06207311
recipients: + titus, brett.cannon
2007-12-18 07:16:46titussetspambayes_score: 0.0620731 -> 0.0620731
messageid: <1197962206.78.0.66019854769.issue1648@psf.upfronthosting.co.za>
2007-12-18 07:16:46tituslinkissue1648 messages
2007-12-18 07:16:46tituscreate