[New-bugs-announce] [issue45793] execute shell command ./configure with python subprocess.popen, os.system ... checking build system type... is wrong

junyixie report at bugs.python.org
Fri Nov 12 04:08:28 EST 2021


New submission from junyixie <xie.junyi at outlook.com>:

wrong:
checking build system type... x86_64-apple-darwin20.5.0
checking host system type... x86_64-apple-darwin20.5.0


expect:
checking build system type... arm-apple-darwin20.5.0
checking host system type... arm-apple-darwin20.5.0

----------
components: macOS
messages: 406194
nosy: JunyiXie, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: execute shell command ./configure with python subprocess.popen, os.system ... checking build system type...  is wrong
type: behavior
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45793>
_______________________________________


More information about the New-bugs-announce mailing list