mirror of
https://github.com/python/cpython.git
synced 2026-05-12 07:30:13 -04:00
509476b370
Issue #28383: __hash__ documentation recommends naive XOR to combine but this is suboptimal. Update the doc to suggest to reuse the hash() method using a tuple, with an example.