fix compare_paths_lt irreflexivity for equal paths#630
fix compare_paths_lt irreflexivity for equal paths#630T90REAL wants to merge 1 commit intopyeve:1.3.xfrom T90REAL:fix_compare_paths_lt
compare_paths_lt irreflexivity for equal paths#630Conversation
|
please provide tests that have a practical impact where you prove that the current implementation isn't sufficient. if you propose such a significant change, also add tests that cover the possible edge cases between the current state and your proposal, so we can be sure that the current sorting behaviour persists. then (again), i don't know where you take that strong contract from and why you think it would be mandatory in that case. |
|
Thanks for your response. My original thought is that if |
|
well, let's consider this an academic exercise. |
Solve #628.
Fix
compare_paths_ltto align with Python’s strict ordering contract.