reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/python2.7/pystate.h
   60     PyInterpreterState *interp;
  107 PyAPI_FUNC(void) PyInterpreterState_Clear(PyInterpreterState *);
  110 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
  188 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Next(PyInterpreterState *);