[issue39995] test_concurrent_futures: ProcessPoolSpawnExecutorDeadlockTest.test_crash() fails with OSError: [Errno 9] Bad file descriptor

Thomas Moreau report at bugs.python.org
Wed Apr 29 05:27:53 EDT 2020


Thomas Moreau <thomas.moreau.2010 at gmail.com> added the comment:

I did GH 19788 with a few modifications. There is only one lock that seems to mater for the perf, and I actually added one other (the one in _python_exit, which necessitate another bug fix for fork context).

I did not benchmark to see if it was worth it in term of perf.

----------

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


More information about the Python-bugs-list mailing list