]> granicus.if.org Git - python/commit
Exhaustively test dataclass hashing when no hash= value is provided. This is in antic...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 Feb 2018 16:56:30 +0000 (08:56 -0800)
committerEric V. Smith <ericvsmith@users.noreply.github.com>
Sun, 25 Feb 2018 16:56:30 +0000 (11:56 -0500)
commitb6b6669cfd186f3ed1706c6d65ed83c31759a0ea
tree895f8435e2011328447e36ea2643b94d9c7edfc3
parent83f4394e4e3b3d228a9d2bcddf1de5dc5632b8fc
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>
Lib/test/test_dataclasses.py