Lines Matching defs:code
2 /* Top level execution of Python code (including in __main__) */
5 * shutdown code, the phases are split across separate modules (bootstrap,
720 /* The error code should be in the `code' attribute. */
721 PyObject *code = PyObject_GetAttr(value, &_Py_ID(code));
722 if (code) {
724 value = code;
728 /* If we failed to dig out the 'code' attribute,
1768 "Bad code object in .pyc file");
1863 "source code string cannot contain null bytes");