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

2020-06-12 Thread jakirkham
Change by jakirkham : -- nosy: +jakirkham ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

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

2020-05-08 Thread Big Stone
Big Stone added the comment: it seems this feature would interest Dask team. https://github.com/dask/distributed/issues/3695 -- nosy: +Big Stone ___ Python tracker ___ __

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

2020-04-23 Thread Jack Wong
Change by Jack Wong : -- nosy: +iforapsy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

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

2020-03-02 Thread Brian Quinlan
Brian Quinlan added the comment: I'll try to take a look at this before the end of the week, but I'm currently swamped with other life stuff :-( -- ___ Python tracker ___ ___

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

2020-03-01 Thread Kyle Stanley
Kyle Stanley added the comment: > But note my response to Antoine at the time, mentioning that implementing > ‘as_completed()’ is impossible that way. Antoine then backtracked somewhat. Ah, I had seen that but for some reason hadn't considered that Antoine might have also changed his stance on

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

2020-02-17 Thread Kyle Stanley
Kyle Stanley 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 ha

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

2020-02-16 Thread Guido van Rossum
Guido van Rossum added the comment: I'll leave it to Brian and/or Antoine to review this. Good luck! -- ___ Python tracker ___ ___

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

2020-02-15 Thread Kyle Stanley
New submission from Kyle Stanley : Based on the following python-ideas thread: https://mail.python.org/archives/list/python-id...@python.org/thread/LMTQ2AI6A7UXEFVHRGHKWD33H24FGM6G/#ICJKHZ4BPIUMOPIT2TDTBIW2EH4CPNCP. In the above ML thread, the author proposed adding a new cf.SerialExecutor cl