]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added compare operations for functions and code objects.
authorGuido van Rossum <guido@python.org>
Fri, 5 Nov 1993 10:20:10 +0000 (10:20 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 5 Nov 1993 10:20:10 +0000 (10:20 +0000)
commit2e8f8a398e135ce4ec235c33eb64c29e6b6114ea
tree8fdd01414159567f4ce55bf31d701347a5e83e5c
parent4199facacd002fdaa2aa9c00d3bc81f9b8569862
Added compare operations for functions and code objects.
(Also hash, but it doesn't work yet.)
Objects/funcobject.c
Python/compile.c