Open Search
    pylifecycle.h File Reference

    Macros

    #define Py_CPYTHON_PYLIFECYCLE_H
     

    Typedefs

    typedef void(* PyOS_sighandler_t) (int)
     

    Functions

     PyAPI_FUNC (void) Py_Initialize(void)
     
     PyAPI_FUNC (int) Py_FinalizeEx(void)
     
     PyAPI_FUNC (PyThreadState *) Py_NewInterpreter(void)
     
     PyAPI_FUNC (wchar_t *) Py_GetProgramName(void)
     
     PyAPI_FUNC (const char *) Py_GetVersion(void)
     
     PyAPI_FUNC (PyOS_sighandler_t) PyOS_getsig(int)
     

    Variables

    wchar_t ** argv
     

    Macro Definition Documentation

    ◆ Py_CPYTHON_PYLIFECYCLE_H

    #define Py_CPYTHON_PYLIFECYCLE_H

    Typedef Documentation

    ◆ PyOS_sighandler_t

    PyOS_sighandler_t

    Function Documentation

    ◆ PyAPI_FUNC() [1/6]

    PyAPI_FUNC ( void  )

    ◆ PyAPI_FUNC() [2/6]

    PyAPI_FUNC ( int  )

    ◆ PyAPI_FUNC() [3/6]

    PyAPI_FUNC ( PyThreadState )

    ◆ PyAPI_FUNC() [4/6]

    PyAPI_FUNC ( wchar_t *  )

    ◆ PyAPI_FUNC() [5/6]

    PyAPI_FUNC ( const char *  )

    ◆ PyAPI_FUNC() [6/6]

    PyAPI_FUNC ( PyOS_sighandler_t  )

    Variable Documentation

    ◆ argv

    char** argv