This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author njs
Recipients asvetlov, jmg, miss-islington, njs, yselivanov
Date 2020-02-13.09:33:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581586422.12.0.404234033051.issue39386@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-02-13 09:33:42njssetrecipients: + njs, jmg, asvetlov, yselivanov, miss-islington
2020-02-13 09:33:42njssetmessageid: <1581586422.12.0.404234033051.issue39386@roundup.psfhosted.org>
2020-02-13 09:33:42njslinkissue39386 messages
2020-02-13 09:33:42njscreate