python asyncio - created task as instance attribute causes strange behavior

后端 未结 0 2001
后悔当初
后悔当初 2020-12-31 18:27

I have the following code-example:

import asyncio
import logging


def handle_exception(loop, context):
    msg = context.get("exception", context[&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题