[issue29432] wait_for(gather(...)) logs weird error message

Martin Teichmann report at bugs.python.org
Wed Feb 8 07:41:20 EST 2017


Martin Teichmann added the comment:

I added a solution to this problem. I just silence the bad error message by overwriting _GatheringFuture.__del__ to do nothing. This may have undesired side effects, though.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29432>
_______________________________________


More information about the Python-bugs-list mailing list