Searched refs:_PyInterpreterState_IDIncref (Results 1 – 4 of 4) sorted by relevance
333 PyAPI_FUNC(int) _PyInterpreterState_IDIncref(struct _is *);
28 if (_PyInterpreterState_IDIncref(interp) < 0) { in newinterpid()
543 _PyInterpreterState_IDIncref(PyInterpreterState *interp) in _PyInterpreterState_IDIncref() function
1736 _PyInterpreterState_IDIncref() now calls _PyInterpreterState_IDInitref() and