commit | 7e33c6e89673afd4791f35aef6893a04b0218849 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri May 22 00:52:29 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri May 22 00:52:29 1998 +0000 |
tree | 8a524d76838cd5d9b920d5ee498a4af2d9210304 | |
parent | 09df08a105c054a82c1c3d52efa2a21553c0b4d1 [diff] |
Moved cmp_member() to abstract.c, as PySequence_Contains() [with swapped arguments]. Also make sure that no use of a function pointer gotten from a tp_as_sequence or tp_as_mapping structure is made without checking it for NULL first.