[issue39645] Expand concurrent.futures.Future's public API

Kyle Stanley report at bugs.python.org
Mon Feb 17 18:22:57 EST 2020


Kyle Stanley <aeros167 at gmail.com> added the comment:

Upon further consideration and based on recent developments in the python-ideas thread (mostly feedback from Antoine), I've decided to reduce the scope of this issue to remove future.set_state() and the *sync* parameters.

This leaves just future.state() and having the states as publicly accessible module-level constants.

----------

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


More information about the Python-bugs-list mailing list