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 yselivanov
Recipients asvetlov, twisteroid ambassador, yselivanov
Date 2018-10-01.15:59:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538409550.02.0.545547206417.issue34769@psf.upfronthosting.co.za>
In-reply-to
Content
Rereading your first message:

> When testing my happy eyeballs library, I occasionally run into issues with async generators seemingly not finalizing. After setting loop.set_debug(True), I have been seeing log entries like these:

The bug we are fixing now is that async generators were not finalizing properly *in debug mode*.  

The "I occasionally run into issues with async generators seemingly not finalizing" part will need further investigation if you experienced it with debug mode off.
History
Date User Action Args
2018-10-01 15:59:10yselivanovsetrecipients: + yselivanov, asvetlov, twisteroid ambassador
2018-10-01 15:59:10yselivanovsetmessageid: <1538409550.02.0.545547206417.issue34769@psf.upfronthosting.co.za>
2018-10-01 15:59:10yselivanovlinkissue34769 messages
2018-10-01 15:59:09yselivanovcreate