[issue31721] assertion failure in FutureObj_finalize() after setting _log_traceback to True

Andrew Svetlov report at bugs.python.org
Mon Dec 25 07:44:02 EST 2017


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

_log_traceback is a private property and asyncio implementation detail, you should never touch it.

----------
nosy: +asvetlov
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list