Lines Matching refs:pyc_magic
593 PyObject *external, *pyc_magic;598 pyc_magic = PyObject_GetAttrString(external, "_RAW_MAGIC_NUMBER");600 if (pyc_magic == NULL)602 res = PyLong_AsLong(pyc_magic);603 Py_DECREF(pyc_magic);