Searched defs:has_tstate_and_gil (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Python/ | ||
H A D | pylifecycle.c | 2776 int has_tstate_and_gil = (tss_tstate != NULL && tss_tstate == tstate); in fatal_error() local |
Completed in 5 milliseconds