Uh oh!
There was an error while loading. Please reload this page.
gh-120321: fix thread safety of concurrently iterating over async generators - #155025
gh-120321: fix thread safety of concurrently iterating over async generators#155025kumaraditya303 wants to merge 6 commits into
Conversation
71a1b45 to
5f94aa1CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: mpage <mpage@cs.stanford.edu>
Uh oh!
There was an error while loading. Please reload this page.
nascheme
commented
Aug 6, 2026
Some feedback from a review session using Claude Opus. There are some edge cases that would be good to fix:
Full branch with commits on top of this PR branch. I'm not too familiar with the genobject.c code so the changes in that branch definitely need a second review before merging as-is. I also found an additional thing but I'll make a new issue: logic related to |
This PR fixes thread safety of async generators similar to #142599