Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python 3.9.0a1v3.9.0a1 | Ćukasz Langa | 2019-11-19 | 1 | -1/+0 |
| | |||||
* | bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) | Ram Rachum | 2019-09-20 | 1 | -0/+1 |
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. |