]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
When comparing objects of different types (which is done by comparing
authorGuido van Rossum <guido@python.org>
Tue, 9 Jun 1998 18:58:44 +0000 (18:58 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Jun 1998 18:58:44 +0000 (18:58 +0000)
commitcd5a5f627a4b30aacc1991feca5bc7f48ef7584d
tree7ad1275d831e057c2a7a803ca7de46725c58fe0b
parent5d23758be7bca6c64f6b74f49227a8039d93fb5d
When comparing objects of different types (which is done by comparing
the type names), make sure that numeric objects are considered smaller
than all other objects, by forcing their name to "".
Objects/object.c