]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New mixin class that defines cmp and hash that use
authorGuido van Rossum <guido@python.org>
Mon, 15 Mar 1999 16:37:54 +0000 (16:37 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Mar 1999 16:37:54 +0000 (16:37 +0000)
commitc7e7c60756af6bbfbea74388a397e040bd81c1cc
treee668c289e7f4d6b2d41ad69d52f4e79f8b87ef08
parent3764595c980ccba821a29947dbef14947b71825e
New mixin class that defines cmp and hash that use
the ob_itself pointer.  This allows (when using the mixin)
different Python objects pointing to the same C object and
behaving well as dictionary keys.

Or so sez Jack Jansen...
Tools/bgen/bgen/bgenObjectDefinition.py