[New-bugs-announce] [issue1648] add new function, sys.gettrace

Titus Brown report at bugs.python.org
Tue Dec 18 08:16:46 CET 2007


New submission from Titus Brown:

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.

----------
components: Library (Lib)
files: gettrace.diff
messages: 58725
nosy: brett.cannon, titus
severity: minor
status: open
title: add new function, sys.gettrace
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file8982/gettrace.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1648>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gettrace.diff
Type: application/octet-stream
Size: 2659 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071218/f8708d8a/attachment.obj 


More information about the New-bugs-announce mailing list