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 ronaldoussoren
Recipients ned.deily, ronaldoussoren, sandipshah
Date 2022-01-04.14:30:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641306605.67.0.948139900507.issue46248@roundup.psfhosted.org>
In-reply-to
Content
Part of the problem here is that most keys in the result of sysconfig.get_config_vars() are copied as-is from the CPython Makefile and pyconfig.h header file.

The keys copied from the Makefile are in a lot of cases not useful for users of python because they contain values that are only useful while building CPython itself. 

Without knowing your use case it is hard to point you to a better solution, but as Ned writes in general just follow the instructions from the extending and embedding documentation.
History
Date User Action Args
2022-01-04 14:30:05ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, sandipshah
2022-01-04 14:30:05ronaldoussorensetmessageid: <1641306605.67.0.948139900507.issue46248@roundup.psfhosted.org>
2022-01-04 14:30:05ronaldoussorenlinkissue46248 messages
2022-01-04 14:30:05ronaldoussorencreate