Home
last modified time | relevance | path

Searched refs:PySys_SetArgvEx (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Include/
Dsysmodule.h14 PyAPI_FUNC(void) PySys_SetArgvEx(int, wchar_t **, int);
/third_party/python/Doc/data/
Drefcounts.dat2150 PySys_SetArgvEx:void:::
2151 PySys_SetArgvEx:int:argc::
2152 PySys_SetArgvEx:wchar_t**:argv::
2153 PySys_SetArgvEx:int:updatepath::
Dstable_abi.dat583 function,PySys_SetArgvEx,3.2,
/third_party/python/Python/
Dsysmodule.c3199 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/
Dpython3dll.c540 EXPORT_FUNC(PySys_SetArgvEx)
/third_party/python/Doc/c-api/
Dinit.rst241 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
Dintro.rst677 .. index:: single: PySys_SetArgvEx()
681 be set explicitly with a call to ``PySys_SetArgvEx(argc, argv, updatepath)``
/third_party/python/Misc/
Dstable_abi.txt1231 function PySys_SetArgvEx
DHISTORY13070 - Issue #5753: A new C API function, `PySys_SetArgvEx`, allows embedders of the
/third_party/python/Doc/whatsnew/
D2.7.rst2157 * 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
D3.2.rst2564 * A new C API function :c:func:`PySys_SetArgvEx` allows an embedded interpreter
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst5600 Fix a crash in ``PySys_SetArgvEx(0, NULL, 0)``.
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch595 @@ -15,9 +15,9 @@ PyAPI_FUNC(void) PySys_SetArgvEx(int, wchar_t **, int);