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: The Py_SetPythonHome C API function is undocumented
Type: enhancement Stage:
Components: Documentation Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: Kylotan, georg.brandl, ggenellina, tlesher
Priority: normal Keywords:

Created on 2009-01-20 23:23 by Kylotan, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg80291 - (view) Author: (Kylotan) Date: 2009-01-20 23:23
I found out recently that Py_SetPythonHome() might solve my problem with
embedding Python in a C++ app. I felt a bit stupid for not finding this
myself in the documentation, until I noticed that it's not in the
documentation. :)  I would expect to find it at
http://docs.python.org/c-api/init.html but it is absent.
msg81205 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-02-05 11:32
Documented in r69297.
History
Date User Action Args
2022-04-11 14:56:44adminsetgithub: 49265
2009-02-05 11:32:30georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg81205
2009-02-04 21:49:57ggenellinasetnosy: + ggenellina
2009-02-03 22:07:32tleshersetnosy: + tlesher
2009-01-20 23:23:38Kylotancreate