This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hroncok
Recipients hroncok, vstinner
Date 2019-08-23.05:52:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566539578.53.0.511767507414.issue37925@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-08-23 05:52:58hroncoksetrecipients: + hroncok, vstinner
2019-08-23 05:52:58hroncoksetmessageid: <1566539578.53.0.511767507414.issue37925@roundup.psfhosted.org>
2019-08-23 05:52:58hroncoklinkissue37925 messages
2019-08-23 05:52:58hroncokcreate