In function 'test':
tests/cpychecker/refcounts/PyTuple_Size/incorrect/input.c:37:nn: warning: calling PyTuple_Size with NULL as argument 1 (dict) at tests/cpychecker/refcounts/PyTuple_Size/incorrect/input.c:37 [enabled by default]
tests/cpychecker/refcounts/PyTuple_Size/incorrect/input.c:30:nn: note: when PyDict_New() fails at:     dict = PyDict_New();
tests/cpychecker/refcounts/PyTuple_Size/incorrect/input.c:37:nn: note: PyTuple_Size() invokes Py_TYPE() on the pointer via the PyTuple_Check() macro, thus accessing (NULL)->ob_type
tests/cpychecker/refcounts/PyTuple_Size/incorrect/input.c:28:nn: note: graphical error report for function 'test' written out to 'tests/cpychecker/refcounts/PyTuple_Size/incorrect/input.c.test-refcount-errors.html'
