bpo-28441: Ensure .exe suffix in sys.executable on MinGW and Cygwin by embray · Pull Request #4348 · python/cpython (original) (raw)

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

embray

ma8ma

methane

2 similar comments

@embray embray deleted the cygwin/sys-executable-2 branch

October 5, 2018 12:15

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Feb 27, 2019

@embray @miss-islington

…in (pythonGH-4348)

This is needed to even the run the test suite on buildbots for affected platforms; e.g.:

./python.exe  ./Tools/scripts/run_tests.py -j 1 -u all -W --slowest --fail-env-changed --timeout=11700 -j2
/home/embray/src/python/test-worker/3.x.test-worker/build/python -u -W default -bb -E -W error::BytesWarning -m test -r -w -j 1 -u all -W --slowest --fail-env-changed --timeout=11700 -j2
Traceback (most recent call last):
  File "./Tools/scripts/run_tests.py", line 56, in <module>
    main(sys.argv[1:])
  File "./Tools/scripts/run_tests.py", line 52, in main
    os.execv(sys.executable, args)
PermissionError: [Errno 13] Permission denied
make: *** [Makefile:1073: buildbottest] Error 1

(cherry picked from commit 7a7693e)

Co-authored-by: E. M. Bray erik.m.bray@gmail.com

methane pushed a commit that referenced this pull request

Feb 27, 2019

…in (GH-4348)

This is needed to even the run the test suite on buildbots for affected platforms; e.g.:

./python.exe  ./Tools/scripts/run_tests.py -j 1 -u all -W --slowest --fail-env-changed --timeout=11700 -j2
/home/embray/src/python/test-worker/3.x.test-worker/build/python -u -W default -bb -E -W error::BytesWarning -m test -r -w -j 1 -u all -W --slowest --fail-env-changed --timeout=11700 -j2
Traceback (most recent call last):
  File "./Tools/scripts/run_tests.py", line 56, in <module>
    main(sys.argv[1:])
  File "./Tools/scripts/run_tests.py", line 52, in main
    os.execv(sys.executable, args)
PermissionError: [Errno 13] Permission denied
make: *** [Makefile:1073: buildbottest] Error 1

(cherry picked from commit 7a7693e)

Co-authored-by: E. M. Bray erik.m.bray@gmail.com

@vinklein vinklein mannequin mentioned this pull request

Feb 12, 2019