Home
last modified time | relevance | path

Searched refs:PySys_SetArgv (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Include/
Dsysmodule.h13 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **);
/third_party/python/PC/
Dpython3dll.c550 EXPORT_FUNC(PySys_SetArgv)
/third_party/python/Doc/data/
Dstable_abi.dat600 function,PySys_SetArgv,3.2,,
Drefcounts.dat2146 PySys_SetArgv:void:::
2147 PySys_SetArgv:int:argc::
2148 PySys_SetArgv:wchar_t**:argv::
/third_party/python/Doc/c-api/
Dinit.rst240 single: PySys_SetArgv()
658 :c:func:`PySys_SetArgv`, for example using::
670 .. c:function:: void PySys_SetArgv(int argc, wchar_t **argv)
/third_party/python/Python/
Dsysmodule.c3359 PySys_SetArgv(int argc, wchar_t **argv) in PySys_SetArgv() function
/third_party/python/Doc/whatsnew/
D2.7.rst2163 that embed Python. The old function, :c:func:`PySys_SetArgv`, would
2171 whether you're calling :c:func:`PySys_SetArgv` and carefully consider
2549 :c:func:`PySys_SetArgv` function was used. Check whether you're
2550 calling :c:func:`PySys_SetArgv` and carefully consider whether the
D3.11.rst2572 * :c:func:`PySys_SetArgv`
/third_party/python/Misc/
Dstable_abi.toml1321 [function.PySys_SetArgv]
DNEWS3351 - gh-issue-88279: Deprecate the C functions: :c:func:`PySys_SetArgv`,