commit | 70c3d5846af34bb6d6e885a9924c913817936252 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Sat Jun 16 00:33:51 2018 +0200 |
committer | GitHub <noreply@github.com> | Sat Jun 16 00:33:51 2018 +0200 |
tree | bc6ee39aaa01f6e44f7cff6c21b7a42e21a0092e | |
parent | e36f94f204f3257a206a7766464a94230337fd18 [diff] |
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)