[issue36395] Add deferred single-threaded/fake executor to concurrent.futures

Brian Quinlan report at bugs.python.org
Mon May 6 15:29:26 EDT 2019


Brian Quinlan <brian at sweetapp.com> added the comment:

Hey Brian, why can't you use threads in your unit tests? Are you worried about non-determinism or resource usage? Could you make a ThreadPoolExecutor with a single worker?

----------

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


More information about the Python-bugs-list mailing list