mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Also while there, clarify a few things about why we reduce the hash to 32 bits. Co-authored-by: Eli Libman <eli@hyro.ai> Co-authored-by: Yury Selivanov <yury@edgedb.com> Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
5 lines
225 B
ReStructuredText
5 lines
225 B
ReStructuredText
Fix contextvars HAMT implementation to handle iteration over deep trees.
|
|
|
|
The bug was discovered and fixed by Eli Libman. See
|
|
`MagicStack/immutables#84 <https://github.com/MagicStack/immutables/issues/84>`_
|
|
for more details.
|