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
gh-93061: Mark as artificial: backwards jump after async for #93062
Conversation
Looks good. Thanks. |
Thanks @sweeneyde for the PR, and @markshannon for merging it |
…ythonGH-93062) (cherry picked from commit a458be3) Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
GH-93110 is a backport of this pull request to the 3.11 branch. |
Sorry, @sweeneyde and @markshannon, I could not cleanly backport this to |
GH-93120 is a backport of this pull request to the 3.10 branch. |
This updates
compiler_async_for
to matchcompiler_for
.#93061