[New-bugs-announce] [issue37925] --embed not included in python3.8-config usage/--help

Miro Hrončok report at bugs.python.org
Fri Aug 23 01:52:58 EDT 2019


New submission from Miro Hrončok <miro at hroncok.cz>:

Based on changes in https://docs.python.org/3.8/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build I think that the usage string of python3.8-config should also contain --embed.

Actual output:

$ python3.8-config
Usage: /usr/bin/python3.8-x86_64-config --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir

Expected output:

$ python3.8-config
Usage: /usr/bin/python3.8-x86_64-config --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--embed|--extension-suffix|--help|--abiflags|--configdir

----------
components: Extension Modules
messages: 350250
nosy: hroncok, vstinner
priority: normal
severity: normal
status: open
title: --embed not included in python3.8-config usage/--help
versions: Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list