Skip to content

Commit e765735

Browse files
committed
Cleanup
1 parent b1607aa commit e765735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/specialize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ do { \
452452
static inline void
453453
set_mutated(bool *mutated, int i)
454454
{
455-
if (i < 256) {
455+
if (i < NUM_VARS) {
456456
mutated[i] = true;
457457
}
458458
}

0 commit comments

Comments
 (0)