Trace 0:
  Transitions:
    'when PySys_GetObject() succeeds'
    'returning'
  Return value:
    repr(): PointerToRegion(gcctype='struct PyObject *', loc=gcc.Location(file='tests/cpychecker/refcounts/PySys_GetObject/incorrect/input.c', line=29), region=RegionOnHeap('borrowed reference returned by PySys_GetObject()', gcc.Location(file='tests/cpychecker/refcounts/PySys_GetObject/incorrect/input.c', line=29)))
    str(): (struct PyObject *)&RegionOnHeap('borrowed reference returned by PySys_GetObject()', gcc.Location(file='tests/cpychecker/refcounts/PySys_GetObject/incorrect/input.c', line=29)) from tests/cpychecker/refcounts/PySys_GetObject/incorrect/input.c:29
    r->ob_refcnt: refs: 0 owned, 1 borrowed
    r->ob_type: PointerToRegion(gcctype='struct PyTypeObject *', loc=gcc.Location(file='tests/cpychecker/refcounts/PySys_GetObject/incorrect/input.c', line=29), region=Region('PyTypeObject for borrowed reference returned by PySys_GetObject()'))
  Exception:
    (struct PyObject *)0 from tests/cpychecker/refcounts/PySys_GetObject/incorrect/input.c:28

Trace 1:
  Transitions:
    'PySys_GetObject does not find string'
    'returning'
  Return value:
    repr(): ConcreteValue(gcctype='struct PyObject *', loc=gcc.Location(file='tests/cpychecker/refcounts/PySys_GetObject/incorrect/input.c', line=29), value=0)
    str(): (struct PyObject *)0 from tests/cpychecker/refcounts/PySys_GetObject/incorrect/input.c:29
  Exception:
    (struct PyObject *)0 from tests/cpychecker/refcounts/PySys_GetObject/incorrect/input.c:28
