Home
last modified time | relevance | path

Searched refs:f_trace_opcodes (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Include/cpython/
Dframeobject.h39 char f_trace_opcodes; /* Emit per-opcode trace events? */ member
/third_party/python/Objects/
Dframeobject.c20 {"f_trace_opcodes", T_BOOL, OFF(f_trace_opcodes), 0},
851 f->f_trace_opcodes = 0; in _PyFrame_New_NoTrack()
/third_party/python/Lib/test/
Dtest_sys_settrace.py313 frame.f_trace_opcodes = self.trace_opcode_events
/third_party/python/Misc/NEWS.d/
D3.7.0a3.rst180 ``f_trace_lines`` and ``f_trace_opcodes`` are enabled, line events now occur
D3.7.0a1.rst167 events; and ``f_trace_opcodes`` (``False`` by default) to turn on per-opcode
/third_party/python/Doc/library/
Dsys.rst1396 requested by setting :attr:`f_trace_opcodes` to :const:`True` on the
1427 :attr:`f_trace_opcodes` attributes added to frames
/third_party/python/Doc/reference/
Ddatamodel.rst1047 single: f_trace_opcodes (frame attribute)
1056 :attr:`f_trace_opcodes` to :const:`True`. Note that this may lead to
/third_party/python/Python/
Dceval.c5513 if (frame->f_trace_opcodes) { in maybe_call_line_trace()
/third_party/python/Doc/c-api/
Dinit.rst1582 :attr:`f_trace_opcodes` to *1* on the frame.
/third_party/python/Doc/whatsnew/
D3.7.rst1894 ``f_trace_lines`` and ``f_trace_opcodes`` attributes on the