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.

classification
Title: Embedding Python in Another Application: Compiling under Unix misses the --embed flag
Type: Stage:
Components: Documentation Versions: Python 3.9, Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, hroncok, vstinner
Priority: normal Keywords:

Created on 2019-08-23 05:50 by hroncok, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg350249 - (view) Author: Miro Hrončok (hroncok) * Date: 2019-08-23 05:50
Based on changes in https://docs.python.org/3.8/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build I belive we should document the python3.8-config --embed flag in https://docs.python.org/3.8/extending/embedding.html#compiling-and-linking-under-unix-like-systems
History
Date User Action Args
2022-04-11 14:59:19adminsetgithub: 82105
2019-08-23 05:50:28hroncokcreate