At first I thought that this wasn't valid Python code. However, it turns out that this code runs perfectly fine in PyPy but not in CPython. CPython has since forever required that "sort() accepts two ...
I ran into a case where pypy performs worse and worse as the input data length increases, compare to cpython. I typically expect the opposite, since pypy performance is supposed to be more apparent ...