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

Elad Lahav report at bugs.python.org
Thu Feb 27 17:10:37 EST 2020


Elad Lahav <e2lahav at gmail.com> added the comment:

I may be missing something, but subprocess depends on _posixsubprocess, which doesn't get built until setup.py is run, which results in a circular dependency.

----------

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


More information about the Python-bugs-list mailing list