Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

Adding a new state for "not running and not pending but something in between" 
is useless, it can make .running() result a little more accurate but doesn't 
improve the real functionality.

The easy "fix" is documentation updating to point that the value returned by 
running is an approximation. That's true anyway because the future may change 
its state between reading self._state and returning a result.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37276>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to