Skip to content

[3.7] bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)#17257

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-8e0de2a-3.7
Nov 19, 2019
Merged

[3.7] bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)#17257
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-8e0de2a-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Nov 19, 2019

Copy link
Copy Markdown
Contributor

Ignore GeneratorExit exceptions when throwing an exception into the aclose coroutine of an asynchronous generator.

https://bugs.python.org/issue35409
(cherry picked from commit 8e0de2a)

Co-authored-by: Vincent Michel vxgmichel@gmail.com

https://bugs.python.org/issue35409

…4755)

Ignore `GeneratorExit` exceptions when throwing an exception into the `aclose` coroutine of an asynchronous generator.

https://bugs.python.org/issue35409
(cherry picked from commit 8e0de2a)

Co-authored-by: Vincent Michel <vxgmichel@gmail.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@vxgmichel: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 4ffc569 into python:3.7 Nov 19, 2019
@miss-islington miss-islington deleted the backport-8e0de2a-3.7 branch November 19, 2019 14:12
@miss-islington

Copy link
Copy Markdown
Contributor Author

@vxgmichel: Status check is done, and it's a success ✅ .

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants