Searched refs:PySys_SetArgvEx (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Include/ |
D | sysmodule.h | 14 PyAPI_FUNC(void) PySys_SetArgvEx(int, wchar_t **, int);
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 2150 PySys_SetArgvEx:void::: 2151 PySys_SetArgvEx:int:argc:: 2152 PySys_SetArgvEx:wchar_t**:argv:: 2153 PySys_SetArgvEx:int:updatepath::
|
D | stable_abi.dat | 583 function,PySys_SetArgvEx,3.2,
|
/third_party/python/Python/ |
D | sysmodule.c | 3199 PySys_SetArgvEx(int argc, wchar_t **argv, int updatepath) in PySys_SetArgvEx() function 3245 PySys_SetArgvEx(argc, argv, Py_IsolatedFlag == 0); in PySys_SetArgv()
|
/third_party/python/PC/ |
D | python3dll.c | 540 EXPORT_FUNC(PySys_SetArgvEx)
|
/third_party/python/Doc/c-api/ |
D | init.rst | 241 single: PySys_SetArgvEx() 252 :c:func:`PySys_SetArgvEx` for that. This is a no-op when called for a second time 590 .. c:function:: void PySys_SetArgvEx(int argc, wchar_t **argv, int updatepath) 640 This function works like :c:func:`PySys_SetArgvEx` with *updatepath* set
|
D | intro.rst | 677 .. index:: single: PySys_SetArgvEx() 681 be set explicitly with a call to ``PySys_SetArgvEx(argc, argv, updatepath)``
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1231 function PySys_SetArgvEx
|
D | HISTORY | 13070 - Issue #5753: A new C API function, `PySys_SetArgvEx`, allows embedders of the
|
/third_party/python/Doc/whatsnew/ |
D | 2.7.rst | 2157 * New function: :c:func:`PySys_SetArgvEx` sets the value of 2172 whether the application should be using :c:func:`PySys_SetArgvEx` 2547 * The :c:func:`PySys_SetArgvEx` function was added, letting 2551 application should be using :c:func:`PySys_SetArgvEx` with
|
D | 3.2.rst | 2564 * A new C API function :c:func:`PySys_SetArgvEx` allows an embedded interpreter
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 5600 Fix a crash in ``PySys_SetArgvEx(0, NULL, 0)``.
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 595 @@ -15,9 +15,9 @@ PyAPI_FUNC(void) PySys_SetArgvEx(int, wchar_t **, int);
|