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 cwg
Recipients congma, cwg, mark.dickinson, miss-islington, realead, rhettinger, serhiy.storchaka, tim.peters
Date 2021-11-24.13:46:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637761610.4.0.229899843413.issue43475@roundup.psfhosted.org>
In-reply-to
Content
> What concrete action would you propose that the Python core devs take at this point?

Nothing for now.

I stumbled across this issue through https://gitlab.kwant-project.org/kwant/tinyarray/-/issues/20 and had the impression that the aspect that I raised (that, for example, hash values of immutable built-in objects now no longer survive pickling) was not examined in this otherwise in-depth discussion.  So I added it for reference.

If problems come up that are caused by this change, I would consider reverting it a possible solution.

> The result of the change linked to this PR is that the hash now also reflects that containment depends on object identity, not just object value.

This is a nice way to phrase it.  Thanks for the link to the entertaining talk. :-)
History
Date User Action Args
2021-11-24 13:46:50cwgsetrecipients: + cwg, tim.peters, rhettinger, mark.dickinson, serhiy.storchaka, miss-islington, realead, congma
2021-11-24 13:46:50cwgsetmessageid: <1637761610.4.0.229899843413.issue43475@roundup.psfhosted.org>
2021-11-24 13:46:50cwglinkissue43475 messages
2021-11-24 13:46:50cwgcreate