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 fede.evol
Recipients docs@python, fede.evol
Date 2021-04-19.09:11:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618823460.33.0.542337584506.issue43886@roundup.psfhosted.org>
In-reply-to
Content
Just a small addition:

Specifically in the documentation it talks about embedding:

"
It is not necessarily trivial to find the right flags to pass to your compiler (and linker) in order to embed the Python interpreter into your application, particularly because Python needs to load library modules implemented as C dynamic extensions (.so files) linked against it.


To find out the required compiler and linker flags, you can execute the pythonX.Y-config script which is generated as part of the installation process (a python3-config script may also be available). This script has several options, of which the following will be directly useful to you:
"

But doesn't really say anything about extensions. Is the same python-config used therefore for extensions as well?
History
Date User Action Args
2021-04-19 09:11:00fede.evolsetrecipients: + fede.evol, docs@python
2021-04-19 09:11:00fede.evolsetmessageid: <1618823460.33.0.542337584506.issue43886@roundup.psfhosted.org>
2021-04-19 09:11:00fede.evollinkissue43886 messages
2021-04-19 09:11:00fede.evolcreate