◐ Shell
reader mode source ↗
Skip to content

bpo-38321: Fix _testcapimodule.c warning#16494

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:fix_testcapi_warn
Sep 30, 2019
Merged

bpo-38321: Fix _testcapimodule.c warning#16494
vstinner merged 1 commit into
python:masterfrom
vstinner:fix_testcapi_warn

Conversation

@vstinner

@vstinner vstinner commented Sep 30, 2019

Copy link
Copy Markdown
Member

Fix the following warning:

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

https://bugs.python.org/issue38321

Fix the following warning:

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

@eduardo-elizondo eduardo-elizondo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hide comment

Thanks! LGTM

@vstinner vstinner merged commit aca8c40 into python:master Sep 30, 2019
@vstinner vstinner deleted the fix_testcapi_warn branch September 30, 2019 19:14
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request Dec 5, 2019
Fix the following warning:

    modules\_testcapimodule.c(6409):
    warning C4146: unary minus operator applied to unsigned type,
    result still unsigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants