Commit b33bb89b authored by Benjamin Peterson's avatar Benjamin Peterson

doucment that Py_SetPath copies its argument (closes #23110)

parent c8d94ba8
......@@ -245,6 +245,9 @@ Process-wide parameters
:data:`sys.exec_prefix` to be empty. It is up to the caller to modify these
if required after calling :c:func:`Py_Initialize`.
The path argument is copied internally, so the caller may free it after the
call completes.
.. c:function:: const char* Py_GetVersion()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment