In file included from tests/cpychecker/PyArg_ParseTuple/with_PY_SSIZE_T_CLEAN/input.c:29:nn:
In function 'hash_format_codes':
tests/cpychecker/PyArg_ParseTuple/with_PY_SSIZE_T_CLEAN/../hash_format_codes.inc:49:26: warning: Mismatching type in call to PyArg_ParseTuple with format code "s#" [enabled by default]
  argument 4 ("&ival") had type
    "int *" (pointing to 32 bits)
  but was expecting
    "Py_ssize_t *" (pointing to 64 bits)
  for format code "s#"
tests/cpychecker/PyArg_ParseTuple/with_PY_SSIZE_T_CLEAN/../hash_format_codes.inc:52:37: warning: Mismatching type in call to PyArg_ParseTupleAndKeywords with format code "s#" [enabled by default]
  argument 6 ("&ival") had type
    "int *" (pointing to 32 bits)
  but was expecting
    "Py_ssize_t *" (pointing to 64 bits)
  for format code "s#"
tests/cpychecker/PyArg_ParseTuple/with_PY_SSIZE_T_CLEAN/../hash_format_codes.inc:72:26: warning: Mismatching type in call to PyArg_ParseTuple with format code "z#" [enabled by default]
  argument 4 ("&ival") had type
    "int *" (pointing to 32 bits)
  but was expecting
    "Py_ssize_t *" (pointing to 64 bits)
  for format code "z#"
tests/cpychecker/PyArg_ParseTuple/with_PY_SSIZE_T_CLEAN/../hash_format_codes.inc:83:26: warning: Mismatching type in call to PyArg_ParseTuple with format code "u#" [enabled by default]
  argument 4 ("&ival") had type
    "int *" (pointing to 32 bits)
  but was expecting
    "Py_ssize_t *" (pointing to 64 bits)
  for format code "u#"
tests/cpychecker/PyArg_ParseTuple/with_PY_SSIZE_T_CLEAN/../hash_format_codes.inc:94:26: warning: Mismatching type in call to PyArg_ParseTuple with format code "es#" [enabled by default]
  argument 5 ("&ival") had type
    "int *" (pointing to 32 bits)
  but was expecting
    "Py_ssize_t *" (pointing to 64 bits)
  for format code "es#"
tests/cpychecker/PyArg_ParseTuple/with_PY_SSIZE_T_CLEAN/../hash_format_codes.inc:105:26: warning: Mismatching type in call to PyArg_ParseTuple with format code "et#" [enabled by default]
  argument 5 ("&ival") had type
    "int *" (pointing to 32 bits)
  but was expecting
    "Py_ssize_t *" (pointing to 64 bits)
  for format code "et#"
tests/cpychecker/PyArg_ParseTuple/with_PY_SSIZE_T_CLEAN/../hash_format_codes.inc:116:26: warning: Mismatching type in call to PyArg_ParseTuple with format code "t#" [enabled by default]
  argument 4 ("&ival") had type
    "int *" (pointing to 32 bits)
  but was expecting
    "Py_ssize_t *" (pointing to 64 bits)
  for format code "t#"
tests/cpychecker/PyArg_ParseTuple/with_PY_SSIZE_T_CLEAN/../hash_format_codes.inc:127:26: warning: Mismatching type in call to PyArg_ParseTuple with format code "w#" [enabled by default]
  argument 4 ("&ival") had type
    "int *" (pointing to 32 bits)
  but was expecting
    "Py_ssize_t *" (pointing to 64 bits)
  for format code "w#"
