Searched refs:Py_GetPath (Results 1 – 15 of 15) sorted by relevance
/third_party/python/Include/ |
D | pylifecycle.h | 47 PyAPI_FUNC(wchar_t *) Py_GetPath(void);
|
/third_party/python/Lib/test/ |
D | test_embed.py | 1374 Py_GetPath = get_func('Py_GetPath') 1383 self.assertEqual(Py_GetPath().split(os.path.pathsep),
|
/third_party/python/Python/ |
D | pathconfig.c | 569 Py_GetPath(void) in Py_GetPath() function
|
/third_party/python/Doc/c-api/ |
D | init.rst | 65 :c:func:`Py_Initialize`: :c:func:`Py_EncodeLocale`, :c:func:`Py_GetPath`, 111 :c:func:`Py_GetPath`. 354 single: Py_GetPath() 360 This is used by :c:func:`Py_GetPath` and some other functions below to find 465 .. c:function:: wchar_t* Py_GetPath() 496 single: Py_GetPath() 499 :c:func:`Py_Initialize`, then :c:func:`Py_GetPath` won't attempt to compute a
|
D | intro.rst | 703 single: Py_GetPath() 712 control has to provide its own implementation of :c:func:`Py_GetPath`,
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0a2.rst | 670 Fix memory corruption due to allocator mix in getpath.c between Py_GetPath()
|
D | 3.6.4rc1.rst | 1116 Fix memory corruption due to allocator mix in getpath.c between Py_GetPath()
|
D | 3.10.0a3.rst | 1398 :c:func:`Py_GetPath`, :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`,
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 797 function,Py_GetPath,3.2,
|
D | refcounts.dat | 2993 Py_GetPath:wchar_t*:::
|
/third_party/python/PC/ |
D | python3dll.c | 64 EXPORT_FUNC(Py_GetPath)
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1524 function Py_GetPath
|
D | HISTORY | 31347 Py_GetPath()) are now declared as returning a const char *. (More
|
/third_party/python/Doc/whatsnew/ |
D | 3.10.rst | 2166 * :c:func:`Py_GetPath`, :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`,
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 482 PyAPI_FUNC(wchar_t *) Py_GetPath(void);
|