◐ Shell
clean mode source ↗

[3.7] bpo-33041: Fixed jumping if the function contains an "async for" loop. by serhiy-storchaka · Pull Request #6154 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented

Mar 20, 2018

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

@serhiy-storchaka serhiy-storchaka added type-bug

An unexpected behavior, bug, or error

needs backport to 3.6 labels

Mar 20, 2018

@serhiy-storchaka serhiy-storchaka requested a review from 1st1

March 20, 2018 06:39

@serhiy-storchaka serhiy-storchaka changed the title bpo-33041: Fixed jumping if the function contains an "async for" loop. [3.7] bpo-33041: Fixed jumping if the function contains an "async for" loop.

Mar 20, 2018

@serhiy-storchaka serhiy-storchaka merged commit b9744e9 into python:3.7

Mar 23, 2018

@miss-islington

Copy link Copy Markdown

Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

@miss-islington

Copy link Copy Markdown

Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker b9744e924ca07ba7db977e5958b91cd8db565632 3.6

@serhiy-storchaka serhiy-storchaka deleted the async-for-3.7 branch

March 23, 2018 12:36

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Mar 23, 2018
…" loop. (pythonGH-6154).

(cherry picked from commit b9744e9)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

@bedevere-bot

Copy link Copy Markdown

GH-6199 is a backport of this pull request to the 3.6 branch.

serhiy-storchaka added a commit that referenced this pull request

Mar 23, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@1st1 1st1 Awaiting requested review from 1st1

Assignees

No one assigned

Labels

type-bug

An unexpected behavior, bug, or error

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@serhiy-storchaka @miss-islington @bedevere-bot @the-knights-who-say-ni