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 pablogsal
Recipients aleneum, docs@python, jack__d, nascheme, pablogsal, pitrou, rhettinger
Date 2021-06-29.17:31:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624987907.65.0.0741397158385.issue44523@roundup.psfhosted.org>
In-reply-to
Content
Just also to be clear on my original message, reverting it to a previous behaviour would disallow some patterns that could be useful:

>>> class A:
...   ...
...
>>> a = A()
>>> d = {a: None}
>>> weakref.proxy(a) in d
True

But I agree is better to revert back in any case
History
Date User Action Args
2021-06-29 17:31:47pablogsalsetrecipients: + pablogsal, nascheme, rhettinger, pitrou, docs@python, aleneum, jack__d
2021-06-29 17:31:47pablogsalsetmessageid: <1624987907.65.0.0741397158385.issue44523@roundup.psfhosted.org>
2021-06-29 17:31:47pablogsallinkissue44523 messages
2021-06-29 17:31:47pablogsalcreate