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 Joshua Oreman
Recipients Joshua Oreman, ZackerySpytz, asvetlov, dabeaz, giampaolo.rodola, kdart, njs, xgdomingo, yarkot, yselivanov
Date 2019-02-12.23:29:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550014156.13.0.159793067372.issue32810@roundup.psfhosted.org>
In-reply-to
Content
I also ran into this. My workaround was to use gc.get_referents() on the async_generator_asend object, which returns a one-element list containing the async generator object. I don't know if this is guaranteed or just happened to work in the cases I was using it, but it might be good enough?
History
Date User Action Args
2019-02-12 23:29:16Joshua Oremansetrecipients: + Joshua Oreman, kdart, giampaolo.rodola, yarkot, njs, asvetlov, dabeaz, yselivanov, xgdomingo, ZackerySpytz
2019-02-12 23:29:16Joshua Oremansetmessageid: <1550014156.13.0.159793067372.issue32810@roundup.psfhosted.org>
2019-02-12 23:29:16Joshua Oremanlinkissue32810 messages
2019-02-12 23:29:16Joshua Oremancreate