]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38321: Fix _testcapimodule.c warning (GH-16494)
authorVictor Stinner <vstinner@python.org>
Mon, 30 Sep 2019 19:14:26 +0000 (21:14 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2019 19:14:26 +0000 (21:14 +0200)
commitaca8c406ada3bb547765b262bed3ac0cc6be8dd3
treecef8235766997246d6832c8217d897f5cc2eb289
parentbcda460baf25062ab68622b3f043f52b9db4d21d
bpo-38321: Fix _testcapimodule.c warning (GH-16494)

Fix the following warning:

    modules\_testcapimodule.c(6409):
    warning C4146: unary minus operator applied to unsigned type,
    result still unsigned
Modules/_testcapimodule.c