]> granicus.if.org Git - python/commit
Exhaustively test dataclass hashing when no hash= value is provided. This is in antic...
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Fri, 23 Feb 2018 18:01:31 +0000 (13:01 -0500)
committerGitHub <noreply@github.com>
Fri, 23 Feb 2018 18:01:31 +0000 (13:01 -0500)
commit718070db26b35da4aedc03088c58558a833ccf6e
tree2f1fbf3b621d33784abe36cd46a9a9ddb6dcb770
parent98f42aac23f3863973cb6e9964c5212cfd3a1d98
Exhaustively test dataclass hashing when no hash= value is provided. This is in anticipation of changing how non-default hashing is handled. (#5834)
Lib/test/test_dataclasses.py