Skip to content

Commit 7793b18

Browse files
danishprakashmiss-islington
authored andcommitted
bpo-34426: fix typo (__lltrace__ -> __ltrace__) (pythonGH-8822)
(cherry picked from commit 09efe49) Co-authored-by: Danish Prakash <grafitykoncept@gmail.com>
1 parent 0e707b4 commit 7793b18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/SpecialBuilds.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Compile in support for Low Level TRACE-ing of the main interpreter loop.
218218

219219
When this preprocessor symbol is defined, before PyEval_EvalFrame executes a
220220
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
221+
"__ltrace__". If such a variable is found, mounds of information about what
222222
the interpreter is doing are sprayed to stdout, such as every opcode and opcode
223223
argument and values pushed onto and popped off the value stack.
224224

0 commit comments

Comments
 (0)