Home
last modified time | relevance | path

Searched refs:two_tuple (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
DcPickle.c128 static PyObject *two_tuple; variable
2241 PyTuple_SET_ITEM(two_tuple, 0, module); in save_global()
2242 PyTuple_SET_ITEM(two_tuple, 1, global_name); in save_global()
2243 py_code = PyDict_GetItem(extension_registry, two_tuple); in save_global()
5940 two_tuple = PyTuple_New(2); in init_stuff()
5941 if (two_tuple == NULL) in init_stuff()
5947 PyObject_GC_UnTrack(two_tuple); in init_stuff()