Joshua Oreman <orem...@gmail.com> added the comment:
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? ---------- nosy: +Joshua Oreman _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32810> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com