[issue45832] Misleading membersip expression documentation

Serhiy Storchaka report at bugs.python.org
Sat Nov 20 04:48:45 EST 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

I think there is a bug in either numpy.timedelta64.__hash__ or panda.Timedelta.__hash__. Please report it to corresponding libraries.

It is not related to the documentation of membership test. If you have different hashes for equal objects most dict and set operations will be broken.

I suggest to close this issue as "third party issue".

----------
nosy: +serhiy.storchaka
resolution:  -> third party

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45832>
_______________________________________


More information about the Python-bugs-list mailing list