We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e707b4 commit b26fcd6Copy full SHA for b26fcd6
Misc/SpecialBuilds.txt
@@ -218,7 +218,7 @@ Compile in support for Low Level TRACE-ing of the main interpreter loop.
218
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
+"__ltrace__". 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.
224
0 commit comments