diff options
author | Raymond Hettinger <python@rcn.com> | 2005-08-12 23:47:50 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2005-08-12 23:47:50 (GMT) |
commit | 787b4c5fea8476a1146918f90a6da7f63d7aa31c (patch) | |
tree | 53d7c83df4d9ca4bf38d7975b1f05d2666a249b5 /Python/ceval.c | |
parent | 7297ba01b17caea4ed28d4e92e3642053730e4f3 (diff) | |
download | cpython-787b4c5fea8476a1146918f90a6da7f63d7aa31c.zip cpython-787b4c5fea8476a1146918f90a6da7f63d7aa31c.tar.gz cpython-787b4c5fea8476a1146918f90a6da7f63d7aa31c.tar.bz2 |
* SF bug #1257731: Fix logic in set.__contains__(), set.remove(),
and set.discard for handling keys that both inherite from set and
define their own __hash__() function.
* Fixed O(n) performance issue with set.pop() which should have been
an O(1) process.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions