Message 407295 - Python tracker
Reproduced in 3.11: >>> sorted([1,2,3], reverse=None) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: 'NoneType' object cannot be interpreted as an integer
Reproduced in 3.11: >>> sorted([1,2,3], reverse=None) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: 'NoneType' object cannot be interpreted as an integer