mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -04:00
044b9dc1d7
last patch. Dave Ascher found a case that dumps core without these:
def myComparison(x,y):
return cmp(x%3,y%7)
z = range(12)
z.sort(myComparison)