Commit c3b3f20
py/objint: Fix comment for true operand in binary op extra cases.
The comment incorrectly said true acts as 0; the implementation passes
small int 1, matching Python bool semantics.
Signed-off-by: Weixie Cui <cuiweixie@gmail.com>1 parent 47fc0d5 commit c3b3f20
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
0 commit comments