In function 'test':
tests/cpychecker/PyArg_ParseTuple/code_s/incorrect-constness/input.c:34:nn: warning: Mismatching type in call to PyArg_ParseTuple with format code "s" [enabled by default]
  argument 3 ("&str") had type
    "char * *"
  but was expecting
    "const char * *"
  for format code "s"
