Search notes:

CPython: PC/WinMain.c

WinMain.c contains the Windows entry function (wWinMain) which in turn calls Py_Main().

See also

Programs/python.c contains the entry function for non Windows systems.

Index