Skip to content
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

Merged
merged 2 commits into from May 23, 2022

Conversation

sweeneyde
Copy link
Member

@sweeneyde sweeneyde commented May 22, 2022

This updates compiler_async_for to match compiler_for.

#93061

@sweeneyde sweeneyde added needs backport to 3.10 needs backport to 3.11 type-bug interpreter-core labels May 22, 2022
@markshannon
Copy link
Member

@markshannon markshannon commented May 23, 2022

Looks good. Thanks.

@markshannon markshannon merged commit a458be3 into python:main May 23, 2022
13 checks passed
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 23, 2022

Thanks @sweeneyde for the PR, and @markshannon for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this issue May 23, 2022
…ythonGH-93062)

(cherry picked from commit a458be3)

Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented May 23, 2022

GH-93110 is a backport of this pull request to the 3.11 branch.

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 23, 2022

Sorry, @sweeneyde and @markshannon, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker a458be3263b4cb92f3fde726461e8ef44b2a4a9d 3.10

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented May 23, 2022

GH-93120 is a backport of this pull request to the 3.10 branch.

sweeneyde added a commit that referenced this issue May 23, 2022
… (GH-93110)

(cherry picked from commit a458be3)

Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core type-bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants