Home
last modified time | relevance | path

Searched refs:Py_SetPath (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Include/
Dpylifecycle.h48 PyAPI_FUNC(void) Py_SetPath(const wchar_t *);
/third_party/python/Programs/
D_testembed.c1419 Py_SetPath(path); in test_init_setpath()
1452 Py_SetPath(path); in test_init_setpath_config()
/third_party/python/Python/
Dpathconfig.c477 Py_SetPath(const wchar_t *path) in Py_SetPath() function
/third_party/python/Misc/NEWS.d/
D3.7.0a2.rst671 and Py_SetPath()
D3.6.4rc1.rst1117 and Py_SetPath()
D3.9.0a1.rst5538 :c:func:`Py_SetPath` now sets :data:`sys.executable` to the program full
5549 Python ignored arguments passed to :c:func:`Py_SetPath`,
/third_party/python/Doc/data/
Dstable_abi.dat821 function,Py_SetPath,3.7,
/third_party/python/PC/
Dpython3dll.c87 EXPORT_FUNC(Py_SetPath)
/third_party/python/Doc/c-api/
Dinit.rst32 * :c:func:`Py_SetPath`
470 single: Py_SetPath()
491 .. c:function:: void Py_SetPath(const wchar_t *)
/third_party/python/Misc/
Dstable_abi.txt1932 function Py_SetPath
DHISTORY8638 a possible crash when calling Py_SetPath().
/third_party/python/Doc/using/
Dwindows.rst1033 executable, explicitly call :c:func:`Py_SetPath` or (at least)
/third_party/python/Doc/whatsnew/
D3.8.rst1626 * :c:func:`Py_SetPath` now sets :data:`sys.executable` to the program full
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch483 PyAPI_FUNC(void) Py_SetPath(const wchar_t *);