Skip to content

Commit 50dbf72

Browse files
Update Python/optimizer_analysis.c
Co-authored-by: Ken Jin <kenjin4096@gmail.com>
1 parent 9a21aac commit 50dbf72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer_analysis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ optimize_uops(
440440
DPRINTF(1, "Out of space in abstract interpreter\n");
441441
}
442442
if (ctx->contradiction) {
443-
// Attempted to push a "bottom" (contradition) symbol onto the stack.
443+
// Attempted to push a "bottom" (contradiction) symbol onto the stack.
444444
// This means that the abstract interpreter has hit unreachable code.
445445
// We *could* generate an _EXIT_TRACE or _FATAL_ERROR here, but hitting
446446
// bottom indicates type instability, so we are probably better off

0 commit comments

Comments
 (0)