Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dframeobject.h31 char f_trace_opcodes; /* Emit per-opcode trace events? */ member
/external/python/cpython3/Objects/
Dframeobject.c20 {"f_trace_opcodes", T_BOOL, OFF(f_trace_opcodes), 0},
776 f->f_trace_opcodes = 0; in _PyFrame_New_NoTrack()
/external/python/cpython3/Lib/test/
Dtest_sys_settrace.py279 frame.f_trace_opcodes = self.trace_opcode_events
/external/python/cpython3/Doc/library/
Dsys.rst1219 requested by setting :attr:`f_trace_opcodes` to :const:`True` on the
1237 :attr:`f_trace_opcodes` attributes added to frames
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a3.rst181 ``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
/external/python/cpython3/Python/
Dceval.c4306 if (frame->f_trace_opcodes) { in maybe_call_line_trace()
/external/python/cpython3/Doc/reference/
Ddatamodel.rst976 single: f_trace_opcodes (frame attribute)
985 :attr:`f_trace_opcodes` to :const:`True`. Note that this may lead to
/external/python/cpython3/Doc/c-api/
Dinit.rst1347 :attr:`f_trace_opcodes` to *1* on the frame.
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1886 ``f_trace_lines`` and ``f_trace_opcodes`` attributes on the