Commit c6742d7
Fix stable sort in heapq.merge: python uses both __eq__ and __lt__ to… (#112)
* Fix stable sort in heapq.merge: python uses both __eq__ and __lt__ to compare tuples.
Co-authored-by: Yakov Galka <[email protected]>1 parent 5635ded commit c6742d7
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| |||
0 commit comments