commit | fd01d7933bc3e9fd64d81961fbb7eabddcc82bc3 | [log] [tgz] |
---|---|---|
author | Armin Rigo <arigo@tunes.org> | Thu Jun 08 10:56:24 2006 +0000 |
committer | Armin Rigo <arigo@tunes.org> | Thu Jun 08 10:56:24 2006 +0000 |
tree | 04841c9342f5a07bd7436f8520aa2d54f0e54580 | |
parent | 996710fd44426f43d54034ebf3ee2355fca18f6a [diff] |
(arre, arigo) SF bug #1350060 Give a consistent behavior for comparison and hashing of method objects (both user- and built-in methods). Now compares the 'self' recursively. The hash was already asking for the hash of 'self'.