[issue13231] sys.settrace - document 'some other code blocks' for 'call' event type

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13231] sys.settrace - document 'some other code blocks' for 'call' event type

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: I find this request excessive. The first sentence for sys.settrace states Set the system’s trace function, which allows you to implement a Python source code debugger in Python. I suspect that anyone wanting to write a debugger would know the Python and its

[issue13231] sys.settrace - document 'some other code blocks' for 'call' event type

2011-10-20 Thread anatoly techtonik
New submission from anatoly techtonik techto...@gmail.com: http://docs.python.org/library/sys.html#sys.settrace While writing settrace function you need to know what kind of data is expected and how to get more information about it. Current documentation for sys.settrace doesn't give too much