-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Fix contextvars HAMT implementation to handle iteration over deep trees #93065
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
Labels
type-bug
An unexpected behavior, bug, or error
Comments
PR: #93066 |
Hey @1st1 as I found the bug and fixed it, can I open the PR in cpython? i'll be honored to have a PR accepted in CPython! |
1st1
added a commit
to 1st1/cpython
that referenced
this issue
May 22, 2022
Also while there, clarify a few things about why we reduce the hash to 32 bits. Co-authored-by: Yury Selivanov <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 23, 2022
…pythonGH-93066) Also while there, clarify a few things about why we reduce the hash to 32 bits. Co-authored-by: Eli Libman <[email protected]> Co-authored-by: Yury Selivanov <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit c1f5c90) Co-authored-by: Yury Selivanov <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 23, 2022
…pythonGH-93066) Also while there, clarify a few things about why we reduce the hash to 32 bits. Co-authored-by: Eli Libman <[email protected]> Co-authored-by: Yury Selivanov <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit c1f5c90) Co-authored-by: Yury Selivanov <[email protected]>
ambv
added a commit
that referenced
this issue
May 23, 2022
…3066) Also while there, clarify a few things about why we reduce the hash to 32 bits. Co-authored-by: Eli Libman <[email protected]> Co-authored-by: Yury Selivanov <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 23, 2022
…pythonGH-93066) Also while there, clarify a few things about why we reduce the hash to 32 bits. Co-authored-by: Eli Libman <[email protected]> Co-authored-by: Yury Selivanov <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit c1f5c90) Co-authored-by: Yury Selivanov <[email protected]>
ambv
pushed a commit
to ambv/cpython
that referenced
this issue
May 23, 2022
… trees (pythonGH-93066) Also while there, clarify a few things about why we reduce the hash to 32 bits. Co-authored-by: Eli Libman <[email protected]> Co-authored-by: Yury Selivanov <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit c1f5c90) Co-authored-by: Yury Selivanov <[email protected]>
ambv
pushed a commit
to ambv/cpython
that referenced
this issue
May 23, 2022
… trees (pythonGH-93066) Also while there, clarify a few things about why we reduce the hash to 32 bits. Co-authored-by: Eli Libman <[email protected]> Co-authored-by: Yury Selivanov <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit c1f5c90) Co-authored-by: Yury Selivanov <[email protected]>
ned-deily
pushed a commit
that referenced
this issue
May 23, 2022
…GH-93149) Also while there, clarify a few things about why we reduce the hash to 32 bits. Co-authored-by: Eli Libman <[email protected]> Co-authored-by: Yury Selivanov <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit c1f5c90)
ambv
pushed a commit
that referenced
this issue
May 24, 2022
…3066) (GH-93146) Also while there, clarify a few things about why we reduce the hash to 32 bits. Co-authored-by: Eli Libman <[email protected]> Co-authored-by: Yury Selivanov <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit c1f5c90)
ambv
pushed a commit
that referenced
this issue
May 24, 2022
…3066) (GH-93145) Also while there, clarify a few things about why we reduce the hash to 32 bits. Co-authored-by: Eli Libman <[email protected]> Co-authored-by: Yury Selivanov <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit c1f5c90)
ambv
pushed a commit
that referenced
this issue
May 24, 2022
…3066) (#93147) Also while there, clarify a few things about why we reduce the hash to 32 bits. Co-authored-by: Eli Libman <[email protected]> Co-authored-by: Yury Selivanov <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit c1f5c90)
ambv
added a commit
that referenced
this issue
May 24, 2022
…GH-93066) (#93148) Also while there, clarify a few things about why we reduce the hash to 32 bits. Co-authored-by: Eli Libman <[email protected]> Co-authored-by: Yury Selivanov <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit c1f5c90)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See MagicStack/immutables#84 for more details.
The text was updated successfully, but these errors were encountered: