[issue34769] _asyncgen_finalizer_hook running in wrong thread

Yury Selivanov report at bugs.python.org
Mon Oct 1 11:59:10 EDT 2018


Yury Selivanov <yselivanov at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34769>
_______________________________________


More information about the Python-bugs-list mailing list