Searched refs:_PyInterpreterState_IDInitref (Results 1 – 4 of 4) sorted by relevance
332 PyAPI_FUNC(int) _PyInterpreterState_IDInitref(struct _is *);
276 if (_PyInterpreterState_IDInitref(interp) != 0) { in _PyInterpreterState_GetIDObject()
526 _PyInterpreterState_IDInitref(PyInterpreterState *interp) in _PyInterpreterState_IDInitref() function545 if (_PyInterpreterState_IDInitref(interp) < 0) { in _PyInterpreterState_IDIncref()
1736 _PyInterpreterState_IDIncref() now calls _PyInterpreterState_IDInitref() and