Searched refs:two_tuple (Results 1 – 1 of 1) sorted by relevance
128 static PyObject *two_tuple; variable2257 PyTuple_SET_ITEM(two_tuple, 0, module); in save_global()2258 PyTuple_SET_ITEM(two_tuple, 1, global_name); in save_global()2259 py_code = PyDict_GetItem(extension_registry, two_tuple); in save_global()5926 two_tuple = PyTuple_New(2); in init_stuff()5927 if (two_tuple == NULL) in init_stuff()5933 PyObject_GC_UnTrack(two_tuple); in init_stuff()