Skip to content

Commit 87505e1

Browse files
Update comment
1 parent 26e2978 commit 87505e1

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
@@ -461,7 +461,7 @@ const uint16_t op_without_decref_inputs[MAX_UOP_ID + 1] = {
461461
[_BINARY_OP_SUBTRACT_FLOAT] = _BINARY_OP_SUBTRACT_FLOAT__NO_DECREF_INPUTS,
462462
};
463463

464-
/* 1 for success, 0 for not ready, clears all possible errors. */
464+
/* >0 (length) for success, 0 for not ready, clears all possible errors. */
465465
static int
466466
optimize_uops(
467467
PyCodeObject *co,

0 commit comments

Comments
 (0)