pycore_interp.h File Reference

Classes

struct  _pending_calls
 
struct  _ceval_state
 
struct  _Py_unicode_fs_codec
 
struct  _Py_unicode_state
 
struct  _is
 
struct  _xidregitem
 

Macros

#define NPENDINGCALLS
 
#define _PY_NSMALLPOSINTS
 
#define _PY_NSMALLNEGINTS
 

Functions

void _PyInterpreterState_ClearModules (PyInterpreterState *interp)
 
PyStatus _PyInterpreterState_SetConfig (PyInterpreterState *interp, const PyConfig *config)
 
 PyAPI_FUNC (struct _is *) _PyInterpreterState_LookUpID(int64_t)
 
 PyAPI_FUNC (int) _PyInterpreterState_IDInitref(struct _is *)
 
 PyAPI_FUNC (void) _PyInterpreterState_IDIncref(struct _is *)
 

Macro Definition Documentation

◆ NPENDINGCALLS

#define NPENDINGCALLS

◆ _PY_NSMALLPOSINTS

#define _PY_NSMALLPOSINTS

◆ _PY_NSMALLNEGINTS

#define _PY_NSMALLNEGINTS

Function Documentation

◆ _PyInterpreterState_ClearModules()

void _PyInterpreterState_ClearModules ( PyInterpreterState interp)

◆ _PyInterpreterState_SetConfig()

PyStatus _PyInterpreterState_SetConfig ( PyInterpreterState interp,
const PyConfig config 
)

◆ PyAPI_FUNC() [1/3]

PyAPI_FUNC ( struct _is )

◆ PyAPI_FUNC() [2/3]

PyAPI_FUNC ( int  )

◆ PyAPI_FUNC() [3/3]

PyAPI_FUNC ( void  )