Bug 238175 - [Python 3] Use sys.executable instead of Python
Summary: [Python 3] Use sys.executable instead of Python
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-03-21 17:50 PDT by Jonathan Bedard
Modified: 2022-03-22 07:42 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2022-03-21 17:50:52 PDT
In our unit tests, we should use sys.executable instead 'python'.
Comment 1 Radar WebKit Bug Importer 2022-03-21 17:51:24 PDT
<rdar://problem/90604107>
Comment 2 Jonathan Bedard 2022-03-21 17:53:02 PDT
Pull request: https://github.com/WebKit/WebKit/pull/218
Comment 3 Jonathan Bedard 2022-03-22 07:42:44 PDT
Landed https://commits.webkit.org/248708@main (r291615)!