1 parent c83ac1f commit ed296ebCopy full SHA for ed296eb
1 file changed
Doc/c-api/init.rst
@@ -245,6 +245,9 @@ Process-wide parameters
245
:data:`sys.exec_prefix` to be empty. It is up to the caller to modify these
246
if required after calling :c:func:`Py_Initialize`.
247
248
+ The path argument is copied internally, so the caller may free it after the
249
+ call completes.
250
+
251
252
.. c:function:: const char* Py_GetVersion()
253
0 commit comments