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 nascheme
Recipients aleneum, docs@python, jack__d, nascheme, pablogsal, pitrou, rhettinger
Date 2021-06-29.17:16:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624986968.21.0.331265564296.issue44523@roundup.psfhosted.org>
In-reply-to
Content
It seems to me the old behaviour (don't forward hash) was done for good reasons.  If the referent might go away, it is not valid to use it as a dict key since the hash and eq result changes.  If it can't go away, what reason is there to use a weakref and not a direct reference?
History
Date User Action Args
2021-06-29 17:16:08naschemesetrecipients: + nascheme, rhettinger, pitrou, docs@python, pablogsal, aleneum, jack__d
2021-06-29 17:16:08naschemesetmessageid: <1624986968.21.0.331265564296.issue44523@roundup.psfhosted.org>
2021-06-29 17:16:08naschemelinkissue44523 messages
2021-06-29 17:16:08naschemecreate