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 9a21aac commit 50dbf72Copy full SHA for 50dbf72
Python/optimizer_analysis.c
@@ -440,7 +440,7 @@ optimize_uops(
440
DPRINTF(1, "Out of space in abstract interpreter\n");
441
}
442
if (ctx->contradiction) {
443
- // Attempted to push a "bottom" (contradition) symbol onto the stack.
+ // Attempted to push a "bottom" (contradiction) symbol onto the stack.
444
// This means that the abstract interpreter has hit unreachable code.
445
// We *could* generate an _EXIT_TRACE or _FATAL_ERROR here, but hitting
446
// bottom indicates type instability, so we are probably better off
0 commit comments