Brian McCutchon <bmccutc...@google.com> added the comment:

Mostly nondeterminism. It seems like creating a ThreadPoolExecutor with one 
worker could still be nondeterministic, as there are two threads: the main 
thread and the worker thread. It gets worse if multiple executors are needed.

Another option would be to design and document futures.Executor to be extended 
so that I can make my own fake executor.

----------

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

Reply via email to