]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix Windows compiler warning in tokenize.c (GH-8359)
authorVictor Stinner <vstinner@redhat.com>
Sat, 21 Jul 2018 01:36:06 +0000 (03:36 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Jul 2018 01:36:06 +0000 (03:36 +0200)
commitc884616390f990a58fe337376904530a48a0e833
tree69033977d168192235c23f6236d1cde9089d2f7b
parente78dace8dcb23c371df19c9add65895adf436995
Fix Windows compiler warning in tokenize.c (GH-8359)

Fix the following warning on Windows:

parser\tokenizer.c(1297): warning C4244: 'function': conversion from
'__int64' to 'int', possible loss of data.
Parser/tokenizer.c