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 Elad Lahav
Recipients Elad Lahav, dstufft, eric.araujo, gvanrossum, p-ganssle, pitrou, vstinner
Date 2020-02-27.22:10:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582841437.71.0.161172825908.issue39763@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-02-27 22:10:37Elad Lahavsetrecipients: + Elad Lahav, gvanrossum, pitrou, vstinner, eric.araujo, dstufft, p-ganssle
2020-02-27 22:10:37Elad Lahavsetmessageid: <1582841437.71.0.161172825908.issue39763@roundup.psfhosted.org>
2020-02-27 22:10:37Elad Lahavlinkissue39763 messages
2020-02-27 22:10:37Elad Lahavcreate