[issue39386] Prevent double awaiting of async iterator

Nathaniel Smith report at bugs.python.org
Thu Feb 13 04:33:42 EST 2020


Nathaniel Smith <njs at pobox.com> added the comment:


New changeset f464edf3239f7867fe31c9cd238a68fb3b90feaa by Nathaniel J. Smith in branch '3.7':
bpo-39606: allow closing async generators that are already closed (GH-18475) (GH-18502)
https://github.com/python/cpython/commit/f464edf3239f7867fe31c9cd238a68fb3b90feaa


----------
nosy: +njs

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39386>
_______________________________________


More information about the Python-bugs-list mailing list