]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PC/_subprocess.c: Fix signed/unsigned comparison (GH-7446)
authorVictor Stinner <vstinner@redhat.com>
Wed, 6 Jun 2018 11:10:41 +0000 (13:10 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Jun 2018 11:10:41 +0000 (13:10 +0200)
commitd098098ce1dcb02d18571551654cbe7b92d291a4
tree8219baf65527abf06553096464a14e875d5fec01
parent9bbb8e21ca93eae77461888ff1fe69a738345e0a
PC/_subprocess.c: Fix signed/unsigned comparison (GH-7446)

Fix the following compiler warning on Windows:
..\PC\_subprocess.c(384): warning C4018: '>' : signed/unsigned mismatch
PC/_subprocess.c