On Sun, Jul 26, 2020 at 08:22:47PM -0700, Guido van Rossum wrote: > Regarding `__hash__`, it is a very bad idea to call `super().__hash__()`!
Today I learned. Thank you. -- Steven _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/LSXQMDWABS7HLRIOSVNUTDUN3EO6Y3KO/ Code of Conduct: http://python.org/psf/codeofconduct/
