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 ad15aaf commit 07e6ba1Copy full SHA for 07e6ba1
1 file changed
Python/optimizer.c
@@ -1284,7 +1284,7 @@ uop_optimize(
1284
if (tstate->jit_uop_buffer == NULL) {
1285
tstate->jit_uop_buffer = (_PyUOpInstruction *)PyMem_RawMalloc(UOP_MAX_TRACE_LENGTH*sizeof(_PyUOpInstruction));
1286
1287
- return -1;
+ return 0;
1288
}
1289
1290
_PyUOpInstruction *buffer = tstate->jit_uop_buffer;
0 commit comments