Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d94ba commit b33bb89Copy full SHA for b33bb89
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