Browse Source
The current code does list(methods)[0] where methods is a set and so picks one based on hash order (unreliable). The fix uses sorted(methods)[0] to consistently pick the first lexicographically.pull/14746/head
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue