Re: A proposal to modify `None` so that it hashes to a constant
Chris Angelico <[email protected]> Tue, 29 Nov 2022 10:09:24 +1100
| Newsgroups | gmane.comp.python.devel |
|---|---|
| Message-ID | <CAPTjJmqizXTOR6j-j87z6BnFib4de+MEkLm8w6p-u-X8QCKYLQ@mail.gmail.com> |
On Tue, 29 Nov 2022 at 09:51, Brett Cannon <[email protected]> wrote: > ... we worked hard to stop people from relying on consistent hashing/iteration from random-access data structures like dict and set. > Say what? Who's been working hard to stop people from relying on consistent iteration order for a dict? ChrisA