File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -216,12 +216,11 @@ LLTRACE
216216
217217Compile in support for Low Level TRACE-ing of the main interpreter loop.
218218
219- When this preprocessor symbol is defined, before PyEval_EvalFrame (eval_frame in
220- 2.3 and 2.2, eval_code2 before that) executes a frame's code it checks the
221- frame's global namespace for a variable "__lltrace__". If such a variable is
222- found, mounds of information about what the interpreter is doing are sprayed to
223- stdout, such as every opcode and opcode argument and values pushed onto and
224- popped off the value stack.
219+ When this preprocessor symbol is defined, before PyEval_EvalFrame executes a
220+ frame's code it checks the frame's global namespace for a variable
221+ "__lltrace__". If such a variable is found, mounds of information about what
222+ the interpreter is doing are sprayed to stdout, such as every opcode and opcode
223+ argument and values pushed onto and popped off the value stack.
225224
226225Not useful very often, but very useful when needed.
227226
You can’t perform that action at this time.
0 commit comments