8000 gh-93065: Fix HAMT to iterate correctly over 7-level deep trees by 1st1 · Pull Request #93066 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-93065: Fix HAMT to iterate correctly over 7-level deep trees #93066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 23, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Change NEWS entry link to an inline link.
  • Loading branch information
ambv committed May 23, 2022
commit fa004e3fe21fb7ca231fa6c3aed556165d90558d
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Fix contextvars HAMT implementation to handle iteration over deep trees.

The bug was discovered and fixed by Eli Libman. See [1] for more details.

[1] https://github.com/MagicStack/immutables/issues/84
The bug was discovered and fixed by Eli Libman. See
`MagicStack/immutables#84 <https://github.com/MagicStack/immutables/issues/84>`_
for more details.
0