Home | History | Annotate | Download | only in Modules

Lines Matching full:fixed_module_name

3059         PyObject *fixed_module_name;
3069 fixed_module_name = PyTuple_GET_ITEM(item, 0);
3071 if (!PyUnicode_Check(fixed_module_name) ||
3076 Py_TYPE(fixed_module_name)->tp_name,
3083 Py_INCREF(fixed_module_name);
3085 *module_name = fixed_module_name;