This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bquinlan
Recipients Brian McCutchon, bquinlan, pitrou
Date 2019-05-06.19:29:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557170966.25.0.607705150976.issue36395@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2019-05-06 19:29:26bquinlansetrecipients: + bquinlan, pitrou, Brian McCutchon
2019-05-06 19:29:26bquinlansetmessageid: <1557170966.25.0.607705150976.issue36395@roundup.psfhosted.org>
2019-05-06 19:29:26bquinlanlinkissue36395 messages
2019-05-06 19:29:26bquinlancreate