Searched refs:fixed_global_name (Results 1 – 1 of 1) sorted by relevance
3529 PyObject *fixed_global_name; in fix_imports() local3539 fixed_global_name = PyTuple_GET_ITEM(item, 1); in fix_imports()3541 !PyUnicode_Check(fixed_global_name)) { in fix_imports()3546 Py_TYPE(fixed_global_name)->tp_name); in fix_imports()3553 Py_INCREF(fixed_global_name); in fix_imports()3555 *global_name = fixed_global_name; in fix_imports()