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 graingert
Recipients docs@python, graingert, jeff.allen, steven.daprano
Date 2021-10-12.08:07:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634026068.05.0.274859943095.issue45435@roundup.psfhosted.org>
In-reply-to
Content
it's as part of this discussion in https://mail.python.org/archives/list/python-dev@python.org/thread/ABR2L6BENNA6UPSPKV474HCS4LWT26GY/#IAOCDDCJ653NBED3G2J2YBWD7HHPFHT6 and others in #python-dev 

specifically https://github.com/python/cpython/blob/2f92e2a590f0e5d2d3093549f5af9a4a1889eb5a/Objects/dictobject.c#L2582-L2586

regarding if any of the items are builtins or not: the faq entry lists (L, L1, L2 are lists, D, D1, D2 are dicts, x, y are objects, i, j are ints) so I read that to mean x and y are user defined objects with user defined comparison and equality methods
History
Date User Action Args
2021-10-12 08:07:48graingertsetrecipients: + graingert, steven.daprano, docs@python, jeff.allen
2021-10-12 08:07:48graingertsetmessageid: <1634026068.05.0.274859943095.issue45435@roundup.psfhosted.org>
2021-10-12 08:07:48graingertlinkissue45435 messages
2021-10-12 08:07:47graingertcreate