This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients docs@python, eric.araujo, eric.smith, ezio.melotti, harahu, mdk, rhettinger, serhiy.storchaka, willingc
Date 2021-11-20.09:48:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637401725.05.0.311112441788.issue45832@roundup.psfhosted.org>
In-reply-to
Content
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".
History
Date User Action Args
2021-11-20 09:48:45serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, eric.smith, ezio.melotti, eric.araujo, docs@python, willingc, mdk, harahu
2021-11-20 09:48:45serhiy.storchakasetmessageid: <1637401725.05.0.311112441788.issue45832@roundup.psfhosted.org>
2021-11-20 09:48:45serhiy.storchakalinkissue45832 messages
2021-11-20 09:48:44serhiy.storchakacreate