Skip to content

Commit b26fcd6

Browse files
miss-islingtondanishprakash
authored andcommitted
bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822)
(cherry picked from commit 09efe49) Co-authored-by: Danish Prakash <[email protected]>
1 parent 0e707b4 commit b26fcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)