Search notes:

CPython: Programs/python.c

Programs/python.c contains the Non-Windows entry function (main) which in turn calls Py_Main().

See also

PC/WinMain.c contains the entry function for Windows systems (i.e. wWinMain).

Index