]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix compiler warnings on Windows (GH-7729)
authorVictor Stinner <vstinner@redhat.com>
Fri, 15 Jun 2018 22:33:51 +0000 (00:33 +0200)
committerGitHub <noreply@github.com>
Fri, 15 Jun 2018 22:33:51 +0000 (00:33 +0200)
commit70c3d5846af34bb6d6e885a9924c913817936252
treebc6ee39aaa01f6e44f7cff6c21b7a42e21a0092e
parente36f94f204f3257a206a7766464a94230337fd18
Fix compiler warnings on Windows (GH-7729)

Fix comparison between signed and unsigned integers. Example of fixed
warning:

Modules\_sre.c(838): warning C4018: '<' : signed/unsigned mismatch

(cherry picked from commit 1fa174a418d78ef24aa741945230a5074b3e6236)
Modules/_sre.c