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 vstinner
Recipients Elad Lahav, dstufft, eric.araujo, gvanrossum, pitrou, vstinner
Date 2020-03-02.13:56:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583157419.08.0.86810331817.issue39763@roundup.psfhosted.org>
In-reply-to
Content
I wrote PR 18743 to reimplement distutils.spawn.spawn() function with the subprocess module.

It also changes setup.py to use a basic implementation of the subprocess module if the subprocess module is not available: before required C extension modules are built.
History
Date User Action Args
2020-03-02 13:56:59vstinnersetrecipients: + vstinner, gvanrossum, pitrou, eric.araujo, dstufft, Elad Lahav
2020-03-02 13:56:59vstinnersetmessageid: <1583157419.08.0.86810331817.issue39763@roundup.psfhosted.org>
2020-03-02 13:56:59vstinnerlinkissue39763 messages
2020-03-02 13:56:59vstinnercreate