Home
last modified time | relevance | path

Searched refs:m_copy (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/
H A Dmoduleobject.h48 PyObject* m_copy; member
55 _Py_NULL, /* m_copy */ \
/third_party/python/Python/
H A Dimport.c435 // bpo-44050: Extensions and def->m_base.m_copy can be updated in _PyImport_FixupExtensionObject()
439 if (def->m_base.m_copy) { in _PyImport_FixupExtensionObject()
443 Py_CLEAR(def->m_base.m_copy); in _PyImport_FixupExtensionObject()
449 def->m_base.m_copy = PyDict_Copy(dict); in _PyImport_FixupExtensionObject()
450 if (def->m_base.m_copy == NULL) { in _PyImport_FixupExtensionObject()
512 if (def->m_base.m_copy == NULL) in import_find_extension()
522 if (PyDict_Update(mdict, def->m_base.m_copy)) { in import_find_extension()
H A Dpystate.c1004 Py_CLEAR(md->m_base.m_copy); in _PyInterpreterState_ClearModules()

Completed in 6 milliseconds