Searched refs:Py_Main (Results 1 – 18 of 18) sorted by relevance
/third_party/python/Misc/ |
D | gdbinit | 125 # land in Py_Main (this is probably an incorrect assumption in an embedded 127 # Py_Main <= $pc <= Py_GetArgcArv is true, $pc is in Py_Main(), so the while 138 while $pc < Py_Main || $pc > Py_GetArgcArgv 151 while $pc < Py_Main || $pc > Py_GetArgcArgv
|
D | valgrind-python.supp | 72 fun:Py_Main 483 fun:Py_Main
|
D | stable_abi.txt | 1550 function Py_Main
|
D | HISTORY | 28483 for Py_Main(). 31210 program (which calls Py_Main(argc, argv) to start the interpreter
|
/third_party/python/PC/ |
D | WinMain.c | 15 return Py_Main(__argc, __wargv); in wWinMain()
|
D | python3dll.c | 81 EXPORT_FUNC(Py_Main)
|
/third_party/python/Programs/ |
D | python.c | 9 return Py_Main(argc, argv); in wmain()
|
D | _testembed.c | 319 Py_Main(Py_ARRAY_LENGTH(argv), argv); in test_initialize_pymain() 1260 return Py_Main(Py_ARRAY_LENGTH(argv), argv); in test_audit_run_command() 1271 return Py_Main(Py_ARRAY_LENGTH(argv), argv); in test_audit_run_file()
|
/third_party/python/Include/ |
D | pylifecycle.h | 33 PyAPI_FUNC(int) Py_Main(int argc, wchar_t **argv);
|
/third_party/python/Modules/ |
D | main.c | 701 Py_Main(int argc, wchar_t **argv) in Py_Main() function
|
/third_party/python/Doc/c-api/ |
D | veryhigh.rst | 28 .. c:function:: int Py_Main(int argc, wchar_t **argv) 47 Similar to :c:func:`Py_Main` but *argv* is an array of bytes strings.
|
D | init_config.rst | 1372 :c:func:`Py_RunMain` and :c:func:`Py_Main` modify :data:`sys.path`:
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 815 function,Py_Main,3.2,
|
/third_party/python/Doc/library/ |
D | zipapp.rst | 344 return Py_Main(__argc+1, myargv);
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0b1.rst | 2028 ``Py_Main()`` now returns the exitcode rather than calling
|
D | 3.8.0a1.rst | 8926 Py_Main() can again be called after Py_Initialize(), as in Python 3.6.
|
/third_party/python/Doc/using/ |
D | windows.rst | 454 able to call ``Py_Main`` with a hard-coded command line.
|
/third_party/python/Doc/whatsnew/ |
D | 3.7.rst | 2526 all of the same environment settings as :c:func:`Py_Main` (in earlier Python
|