Skip to content

[3.6] bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)#9773

Closed
miss-islington wants to merge 1 commit into
python:3.6from
miss-islington:backport-c880ffe-3.6
Closed

[3.6] bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)#9773
miss-islington wants to merge 1 commit into
python:3.6from
miss-islington:backport-c880ffe-3.6

Conversation

@miss-islington

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

Copy link
Copy Markdown
Contributor

(cherry picked from commit c880ffe)

Co-authored-by: twisteroid ambassador twisteroidambassador@users.noreply.github.com

https://bugs.python.org/issue34769

(cherry picked from commit c880ffe)

Co-authored-by: twisteroid ambassador <twisteroidambassador@users.noreply.github.com>
if item == 'THREE':
status['stopped'] = True
return
asyncio.create_task(iter_one())

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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