Milen Paskov

Results 1 comments of Milen Paskov
trafficstars

The issue is cause by how python 2 and 3 sort tuples of the type `(int, CustomObject)`, in this case those tuples are `(int, Maze.node)`. Tuples are normally sorted first...