Staging
v0.5.1
https://github.com/python/cpython
Revision 3c1786f18b1542e71454f37e3f3ca1ef3eec0e5f authored by Miss Islington (bot) on 17 September 2019, 13:20:06 UTC, committed by GitHub on 17 September 2019, 13:20:06 UTC

Even when the helper is not started yet.

This behavior follows conventional generator one.
There is no reason for `async_generator_athrow` to handle `gen.throw()` differently.

https://bugs.python.org/issue38013
(cherry picked from commit c275312a6284bd319ea33c9abd7e15c230eca43f)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
1 parent 5f1590d
Raw File
Tip revision: 3c1786f18b1542e71454f37e3f3ca1ef3eec0e5f authored by Miss Islington (bot) on 17 September 2019, 13:20:06 UTC
bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070)
Tip revision: 3c1786f
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top