Message 341624 - Python tracker

Message341624

Author Brian McCutchon
Recipients Brian McCutchon, bquinlan, pitrou
Date 2019-05-06.19:42:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557171736.84.0.207808890959.issue36395@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-05-06 19:42:16Brian McCutchonsetrecipients: + Brian McCutchon, bquinlan, pitrou
2019-05-06 19:42:16Brian McCutchonsetmessageid: <1557171736.84.0.207808890959.issue36395@roundup.psfhosted.org>
2019-05-06 19:42:16Brian McCutchonlinkissue36395 messages
2019-05-06 19:42:16Brian McCutchoncreate