commit | 29bb227a0ce6d355a2b3e5d6a25872e3702ba9bb | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Aug 16 21:09:16 2019 -0500 |
committer | GitHub <noreply@github.com> | Fri Aug 16 21:09:16 2019 -0500 |
tree | 0d765bdde4ef07dccb3e7d21569b83db6ca169b5 | |
parent | 0567786d26348aa7eaf0ab1b5d038fdabe409d92 [diff] |
Add a minor `Fraction.__hash__()` optimization (GH-15313) * Add a minor `Fraction.__hash__` optimization that got lost in the shuffle. Document the optimizations.