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 hroncok, torsava, vstinner
Date 2021-02-03.10:56:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612349816.44.0.0630730600169.issue43113@roundup.psfhosted.org>
In-reply-to
Content
If you want to look for the "demo" program in the PATH environment variable, use os.posix_spawnp() instead:
https://docs.python.org/dev/library/os.html#os.posix_spawnp
History
Date User Action Args
2021-02-03 10:56:56vstinnersetrecipients: + vstinner, torsava, hroncok
2021-02-03 10:56:56vstinnersetmessageid: <1612349816.44.0.0630730600169.issue43113@roundup.psfhosted.org>
2021-02-03 10:56:56vstinnerlinkissue43113 messages
2021-02-03 10:56:56vstinnercreate