Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e35a17a

Browse files
committed
merge 3.4
2 parents e49af34 + 6e820c0 commit e35a17a

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

Misc/SpecialBuilds.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,11 @@ LLTRACE
216216

217217
Compile 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

226225
Not useful very often, but very useful when needed.
227226

0 commit comments

Comments
 (0)