commit | 2ce1ef54d30606e61e85526861673bac3faef617 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Nov 08 14:45:55 2017 -0800 |
committer | GitHub <noreply@github.com> | Wed Nov 08 14:45:55 2017 -0800 |
tree | b5e25b0782f29ea48f41e89132788e3639cba67d | |
parent | fbdd3eeba3e526e162f2eb54d224cf36ed8cfea1 [diff] |
Fix DeprecationWarning in tests (#4345) Define __hash__() in test_functools and test_itertools to fix the following warning: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x