[issue39763] distutils.spawn should use subprocess (hang in parallel builds on QNX)

Guido van Rossum report at bugs.python.org
Thu Feb 27 12:35:19 EST 2020


Guido van Rossum <guido at python.org> added the comment:

And you're sure that your "toy" example hangs in the at-fork handler.

In that case I can't help you further, I don't have the resources or time to try out QNX. Your best bet is indeed to change distutils.spawn to not use fork+exec -- do you think you can come up with a PR for that?

----------

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


More information about the Python-bugs-list mailing list