[issue9212] dict_keys purports to implement the Set ABC, but is missing the isdisjoint method

Daniel Urban report at bugs.python.org
Wed Sep 1 15:48:42 CEST 2010


Daniel Urban <urban.dani+py at gmail.com> added the comment:

Thanks for the corrections.  I'm attaching the new patch as issue9212b.diff.  I'm using PyAnySet_Check to determine if the other argument is really a set, but I'm not entirely sure, that this is correct. Please let me know if other corrections are needed.

----------
Added file: http://bugs.python.org/file18702/issue9212b.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9212>
_______________________________________


More information about the Python-bugs-list mailing list