Searched refs:_PyStatus_GET_FUNC (Results 1 – 2 of 2) sorted by relevance
19 # define _PyStatus_GET_FUNC() __FUNCTION__ macro21 # define _PyStatus_GET_FUNC() __func__ macro30 .func = _PyStatus_GET_FUNC(), \45 do { err.func = _PyStatus_GET_FUNC(); } while (0)
283 _PyStatus_GET_FUNC()); in _PyErr_SetFromPyStatus()