]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #6970: Remove redundant calls made when comparing objects.
authorMark Dickinson <dickinsm@gmail.com>
Sun, 15 Nov 2009 13:58:49 +0000 (13:58 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 15 Nov 2009 13:58:49 +0000 (13:58 +0000)
commit6f1d04945b98cd66b95131833942526c85bbb867
tree7c6bdef12d242b18389d4c46e6c984aadadf3b98
parentf4243f6d1f1a7512751d26235a492c24a9a4c76c
Issue #6970: Remove redundant calls made when comparing objects.
Lib/test/test_binop.py
Misc/NEWS
Objects/object.c
Objects/typeobject.c