commit | 8e0de2a4808d7c2f4adedabff89ee64e0338790a | [log] [tgz] |
---|---|---|
author | Vincent Michel <vxgmichel@gmail.com> | Tue Nov 19 05:53:52 2019 -0800 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Nov 19 05:53:52 2019 -0800 |
tree | 745ce6bba5ebdb82a1ab7d739b218674fe29b35b | |
parent | f25875af425a3480e557aaedf49c3bb867bcbd5d [diff] |
bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755) Ignore `GeneratorExit` exceptions when throwing an exception into the `aclose` coroutine of an asynchronous generator. https://bugs.python.org/issue35409