Files
cpython/Include
Tim Peters cb8d368b82 Reimplement PySequence_Contains() and instance_contains(), so they work
safely together and don't duplicate logic (the common logic was factored
out into new private API function _PySequence_IterContains()).
Visible change:
    some_complex_number  in  some_instance
no longer blows up if some_instance has __getitem__ but neither
__contains__ nor __iter__.  test_iter changed to ensure that remains true.
2001-05-05 21:05:01 +00:00
..
2001-01-25 20:04:14 +00:00
2001-04-20 19:13:02 +00:00
2001-03-02 06:10:17 +00:00
2001-04-20 19:13:02 +00:00
2001-04-20 19:13:02 +00:00
2001-03-23 02:46:52 +00:00