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 a281775 commit ec7f0e2Copy full SHA for ec7f0e2
Python/optimizer.c
@@ -1485,7 +1485,7 @@ _PyExecutor_GetColdExecutor(void)
1485
// This is initialized to true so we can prevent the executor
1486
// from being immediately detected as cold and invalidated.
1487
cold->vm_data.warm = true;
1488
- if (_PyJIT_Compile(cold, cold->trace, length)) {
+ if (_PyJIT_Compile(cold, cold->trace, 1)) {
1489
Py_DECREF(cold);
1490
Py_FatalError("Cannot allocate core JIT code");
1491
}
0 commit comments