diff options
author | Eric V. Smith <ericvsmith@users.noreply.github.com> | 2018-03-24 22:10:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-24 22:10:14 -0400 |
commit | 01d618c5606a239b03ad1269541eddb6e724775d (patch) | |
tree | 2e1d50fb4f5c704564de39e72aaf99f716050d02 /Lib/test/test_dataclasses.py | |
parent | f96ddade0094d162cb6c2fd7255c5e8a90b5c37d (diff) | |
download | cpython-git-01d618c5606a239b03ad1269541eddb6e724775d.tar.gz |
bpo-33134: dataclasses: use function dispatch table for hash, instead of a string lookup which then is tested with if tests. (GH-6222)
* Change _hash_action to be a function table lookup, instead of a list
of strings which is then tested with if statements.
Diffstat (limited to 'Lib/test/test_dataclasses.py')
0 files changed, 0 insertions, 0 deletions