]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-1635741: Fix compiler warning in _stat.c (GH-19822)
authorVictor Stinner <vstinner@python.org>
Thu, 30 Apr 2020 22:44:03 +0000 (00:44 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Apr 2020 22:44:03 +0000 (00:44 +0200)
commitb66c0ff8af0c1a4adc6908897b2d05afc78cc27e
tree57c0f86b95edccd4f190bae92fed5dca2929f029
parent3c7f9db85095952821f9d106dd874f75662ce7ec
bpo-1635741: Fix compiler warning in _stat.c (GH-19822)

Cast Py_ARRAY_LENGTH() size_t to int explicitly.
Modules/_stat.c