Home | History | Annotate | Download | only in Modules

Lines Matching refs:two_tuple

128 static PyObject *two_tuple;
2241 PyTuple_SET_ITEM(two_tuple, 0, module);
2242 PyTuple_SET_ITEM(two_tuple, 1, global_name);
2243 py_code = PyDict_GetItem(extension_registry, two_tuple);
5940 two_tuple = PyTuple_New(2);
5941 if (two_tuple == NULL)
5945 * want anything looking at two_tuple() by magic.
5947 PyObject_GC_UnTrack(two_tuple);