| 332 | # verifying ms->key_richcompare == tp->richcompare before comparing. |
| 333 | |
| 334 | class WackyComparator(int): |
| 335 | def __lt__(self, other): |
| 336 | elem.__class__ = WackyList2 |
| 337 | return int.__lt__(self, other) |
| 338 | |
| 339 | class WackyList1(list): |
| 340 | pass |
no outgoing calls
searching dependent graphs…