Searched refs:interpstate_dict (Results 1 – 1 of 1) sorted by relevance
69 PyObject *interpstate_dict; in _ffi_def_extern_decorator() local110 interpstate_dict = _get_interpstate_dict(); in _ffi_def_extern_decorator()111 if (interpstate_dict == NULL) { in _ffi_def_extern_decorator()123 err = PyDict_SetItem(interpstate_dict, interpstate_key, infotuple); in _ffi_def_extern_decorator()150 PyObject *interpstate_dict, *interpstate_key, *infotuple, *old1, *new1; in _update_cache_to_call_python() local153 interpstate_dict = _get_interpstate_dict(); in _update_cache_to_call_python()154 if (interpstate_dict == NULL) in _update_cache_to_call_python()161 infotuple = PyDict_GetItem(interpstate_dict, interpstate_key); in _update_cache_to_call_python()