[issue45021] concurrent.futures race condition

Gregory P. Smith report at bugs.python.org
Mon Sep 20 14:34:44 EDT 2021


Gregory P. Smith <greg at krypto.org> added the comment:

I expect the unittest for this might causes hangs on some platforms in the future as it mixes fork and threads which is a posix-nono.  If so, we should just disable it on all but specific known-to-pass build configs as a future PR.

3.9 and 3.10 PRs will automerge.

----------
assignee:  -> gregory.p.smith
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list