[Tracker-discuss] [issue345] sys.call_tracing isn't mentioned in online python docs

rocky metatracker at psf.upfronthosting.co.za
Mon Jul 12 22:38:47 CEST 2010


New submission from rocky <rocky at gnu.org>:

sys.call_tracing doesn't appear in Python documents and I think it should. For a start, one could use the docstring from sysmodule.c: 

  call_tracing(func, args) -> object

  Call func(*args), while tracing is enabled.  The tracing state is saved, and restored afterwards.  This is intended to be called from a
debugger from a checkpoint, to recursively debug some other code.

Thanks.

----------
messages: 1729
nosy: rocky
priority: feature
status: unread
title: sys.call_tracing isn't mentioned in online python docs

_______________________________________________________
PSF Meta Tracker <metatracker at psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue345>
_______________________________________________________


More information about the Tracker-discuss mailing list