commit | 91fb8daa2494df4dd6a841ca8c742a03175c7ecd | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Sep 27 12:01:16 2023 +0200 |
committer | GitHub <noreply@github.com> | Wed Sep 27 12:01:16 2023 +0200 |
tree | 69cf7d8fc8f8108ac9804f690849856bf88563dd | |
parent | b1aebf1e6576680d606068d17e2208259573e061 [diff] |
gh-109566: Fix regrtest Python options for WASM/WASI (#109954) WASM and WASI buildbots use multiple PYTHON environment variables such as PYTHONPATH and _PYTHON_HOSTRUNNER. Don't use -E if the --python=COMMAND option is used.