-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
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 <yury@edgedb.com>
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 <eli@hyro.ai> Co-authored-by: Yury Selivanov <yury@edgedb.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit c1f5c90) Co-authored-by: Yury Selivanov <yury@edgedb.com>
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 <eli@hyro.ai> Co-authored-by: Yury Selivanov <yury@edgedb.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit c1f5c90) Co-authored-by: Yury Selivanov <yury@edgedb.com>
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 <eli@hyro.ai> Co-authored-by: Yury Selivanov <yury@edgedb.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
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 <eli@hyro.ai> Co-authored-by: Yury Selivanov <yury@edgedb.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit c1f5c90) Co-authored-by: Yury Selivanov <yury@edgedb.com>
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 <eli@hyro.ai> Co-authored-by: Yury Selivanov <yury@edgedb.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit c1f5c90) Co-authored-by: Yury Selivanov <yury@edgedb.com>
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 <eli@hyro.ai> Co-authored-by: Yury Selivanov <yury@edgedb.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit c1f5c90) Co-authored-by: Yury Selivanov <yury@edgedb.com>
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: