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 26e2978 commit 87505e1Copy full SHA for 87505e1
Python/optimizer_analysis.c
@@ -461,7 +461,7 @@ const uint16_t op_without_decref_inputs[MAX_UOP_ID + 1] = {
461
[_BINARY_OP_SUBTRACT_FLOAT] = _BINARY_OP_SUBTRACT_FLOAT__NO_DECREF_INPUTS,
462
};
463
464
-/* 1 for success, 0 for not ready, clears all possible errors. */
+/* >0 (length) for success, 0 for not ready, clears all possible errors. */
465
static int
466
optimize_uops(
467
PyCodeObject *co,
0 commit comments