Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 9, 2018

(cherry picked from commit c880ffe)

Co-authored-by: twisteroid ambassador [email protected]

https://bugs.python.org/issue34769

(cherry picked from commit c880ffe)

Co-authored-by: twisteroid ambassador <[email protected]>
if item == 'THREE':
status['stopped'] = True
return
asyncio.create_task(iter_one())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.6 doesn't have asyncio.create_task. Probably should use self.loop.create_task here and on line 949.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please submit a new PR for 3.6 specifically? I'll close this one.

@miss-islington
Copy link
Contributor Author

@twisteroidambassador and @1st1: Status check is done, and it's a failure ❌ .

@1st1 1st1 closed this Oct 9, 2018
@miss-islington miss-islington deleted the backport-c880ffe-3.6 branch October 9, 2018 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants