internal PyTraceback(PyObject trace) { _trace = trace; trace.IncRef(); }
internal PyStackFrame(PyObject frame) { _frame = frame; frame.IncRef(); }