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 achimnol, asvetlov, njs, terry.reedy, yselivanov, zkonge
Date 2020-07-19.10:09:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595153354.3.0.700276719258.issue41229@roundup.psfhosted.org>
In-reply-to
Content
...On closer examination, it looks like that Trio PR has at least one test that checks that async generators are collected promptly after they stop being referenced, and that test passes:

https://github.com/python-trio/trio/pull/1564/files#diff-c79a78487c2f350ba99059813ea0c9f9R38

So, I have no idea what's going on here.
History
Date User Action Args
2020-07-19 10:09:14njssetrecipients: + njs, terry.reedy, asvetlov, yselivanov, achimnol, zkonge
2020-07-19 10:09:14njssetmessageid: <1595153354.3.0.700276719258.issue41229@roundup.psfhosted.org>
2020-07-19 10:09:14njslinkissue41229 messages
2020-07-19 10:09:14njscreate