mirror of https://github.com/python/cpython
Change all occurrences of verify(x == y) into vereq(x, y), since when
this type of test fails, vereq() does a better job of reporting than verify(). Change vereq(x, y) to use "not x == y" rather than "x != y" -- it makes a difference is some overloading tests.
This commit is contained in:
parent
b35f0ce2b8
commit
4570455813