[issue40159] Make python -V -V output arguments of configure

2020-04-02 Thread Volker Weißmann
Change by Volker Weißmann : -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue40159] Make python -V -V output arguments of configure

2020-04-02 Thread Zachary Ware
Zachary Ware added the comment: How about `python3 -c 'import sysconfig;print(sysconfig.get_config_vars()["CONFIG_ARGS"])'`? -- nosy: +zach.ware ___ Python tracker ___ __

[issue40159] Make python -V -V output arguments of configure

2020-04-02 Thread Volker Weißmann
New submission from Volker Weißmann : As you might know, you can e.g. compile a version with ../configure --with-pydebug or with ../configure Currently, there is no easy way to find out how an installation on your machine was compiled. It would be nice if python -V -V would output every argument