When analyzing the state of a Python process, normally you would only have access to interpreter-level information: most variables would be of type PyObject*, and stack traces would only contain ...