In function 'incorrect_code_z_hash':
tests/cpychecker/PyArg_ParseTuple/incorrect_code_z_hash/input.c:34:nn: warning: Mismatching type in call to PyArg_ParseTuple with format code "z#" [enabled by default]
  argument 4 ("&len") had type
    "float *" (pointing to 32 bits)
  but was expecting
    "int *" (pointing to 32 bits)
  for format code "z#"
