Skip to content

Commit b5a0dc6

Browse files
committed
noop
1 parent a135ec8 commit b5a0dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/listobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,8 +1902,8 @@ binarysort(MergeState *ms, const sortslice *ss, Py_ssize_t n, Py_ssize_t ok)
19021902

19031903
std += mu < aL ? aL - mu : mu - aL;
19041904
std /= 2; // EWMA with alpha=0.5
1905-
std_max += !(ok % 4);
19061905
mu = aL;
1906+
std_max += !(ok % 4);
19071907
}
19081908
}
19091909

0 commit comments

Comments
 (0)