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 christian.heimes, giampaolo.rodola, gregory.p.smith, izbyshev, jwilk, serhiy.storchaka, vstinner
Date 2019-04-17.09:44:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555494296.69.0.31160940222.issue35755@roundup.psfhosted.org>
In-reply-to
Content
find_executable() first looks if the program exists in the current directory. My PR doesn't change that. I have no opinion if it's a good thing or not, but I don't want to change that in this PR. If someone wants to change it, please open a separated issue on bugs.python.org since it will be backward incompatible change not directly related to this issue.
History
Date User Action Args
2019-04-17 09:44:56vstinnersetrecipients: + vstinner, gregory.p.smith, giampaolo.rodola, christian.heimes, jwilk, serhiy.storchaka, izbyshev
2019-04-17 09:44:56vstinnersetmessageid: <1555494296.69.0.31160940222.issue35755@roundup.psfhosted.org>
2019-04-17 09:44:56vstinnerlinkissue35755 messages
2019-04-17 09:44:56vstinnercreate