commit | b6b6669cfd186f3ed1706c6d65ed83c31759a0ea | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Feb 25 08:56:30 2018 -0800 |
committer | Eric V. Smith <ericvsmith@users.noreply.github.com> | Sun Feb 25 11:56:30 2018 -0500 |
tree | 895f8435e2011328447e36ea2643b94d9c7edfc3 | |
parent | 83f4394e4e3b3d228a9d2bcddf1de5dc5632b8fc [diff] |
Exhaustively test dataclass hashing when no hash= value is provided. This is in anticipation of changing how non-default hashing is handled. (GH-5834) (GH-5889) (cherry picked from commit 718070db26b35da4aedc03088c58558a833ccf6e) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>