[issue35952] test.pythoninfo prints a stack trace and exits with 1 when the compiler does not exist

2019-04-29 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 2.7, Python 3.7 ___ Python tracker ___

[issue35952] test.pythoninfo prints a stack trace and exits with 1 when the compiler does not exist

2019-04-29 Thread STINNER Victor
STINNER Victor added the comment: New changeset be6cbfb7670c852ef8abf52b63989442b6942dbb by Victor Stinner in branch '2.7': bpo-35952: Sync test.pythoninfo from master (GH-13010) https://github.com/python/cpython/commit/be6cbfb7670c852ef8abf52b63989442b6942dbb -- __

[issue35952] test.pythoninfo prints a stack trace and exits with 1 when the compiler does not exist

2019-04-29 Thread STINNER Victor
STINNER Victor added the comment: New changeset 5e09a9973b46cd6361a25877e0ca8dd0ab82d678 by Victor Stinner in branch '3.7': bpo-35952: Sync test.pythoninfo from master (GH-13009) https://github.com/python/cpython/commit/5e09a9973b46cd6361a25877e0ca8dd0ab82d678 -- __

[issue35952] test.pythoninfo prints a stack trace and exits with 1 when the compiler does not exist

2019-04-29 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12931 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35952] test.pythoninfo prints a stack trace and exits with 1 when the compiler does not exist

2019-04-29 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12930 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35952] test.pythoninfo prints a stack trace and exits with 1 when the compiler does not exist

2019-04-29 Thread STINNER Victor
STINNER Victor added the comment: New changeset a86e06433a010f873dfd7957e0f87a39539876ee by Victor Stinner (xdegaye) in branch 'master': bpo-35952: Fix test.pythoninfo when the compiler is missing (GH-13007) https://github.com/python/cpython/commit/a86e06433a010f873dfd7957e0f87a39539876ee -

[issue35952] test.pythoninfo prints a stack trace and exits with 1 when the compiler does not exist

2019-04-29 Thread Xavier de Gaye
Xavier de Gaye added the comment: Attached pythoninfo_api_24.txt, the output of pythoninfo for Android API 24 with PR 13007. -- nosy: +vstinner Added file: https://bugs.python.org/file48290/pythoninfo_api_24.txt ___ Python tracker

[issue35952] test.pythoninfo prints a stack trace and exits with 1 when the compiler does not exist

2019-04-29 Thread Xavier de Gaye
Change by Xavier de Gaye : -- keywords: +patch pull_requests: +12928 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue35952] test.pythoninfo prints a stack trace and exits with 1 when the compiler does not exist

2019-02-09 Thread Xavier de Gaye
New submission from Xavier de Gaye : The call to subprocess.Popen() in collect_cc() of Lib/test/pythoninfo.py raises an exception when the compiler that has been used to build python is not present on the host running python. In that case pythoninfo prints a stack trace and exits with an erro