]> granicus.if.org Git - python/commit
bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)
authorRam Rachum <ram@rachum.com>
Fri, 20 Sep 2019 15:19:02 +0000 (18:19 +0300)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 20 Sep 2019 15:19:02 +0000 (01:19 +1000)
commit9c2682efc69568e1b42a0c1759489d6f2e3b30ea
tree1907a0d3005d083785f6be7914ff65315b984375
parent062cfe3b11c61d03ccc2915e360f9b0d80e23642
bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)

Mention frame.f_trace in sys.settrace docs, as well as the fact you still
need to call `sys.settrace` to enable the tracing machinery before setting
`frame.f_trace` will have any effect.
Doc/library/sys.rst
Misc/NEWS.d/next/Documentation/2019-08-24-12-59-06.bpo-37937.F7fHbt.rst [new file with mode: 0644]