summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-03-24-19-34-26.bpo-33134.hbVeIX.rst
blob: 3f4ce84bef765d2a8e767908a575e9d6e621182e (plain)
1
2
3
When computing dataclass's __hash__, use the lookup table to contain the
function which returns the __hash__ value.  This is an improvement over
looking up a string, and then testing that string to see what to do.