◐ Shell
clean mode source ↗

[3.8] bpo-3832: Fix compiler warnings by vstinner · Pull Request #16518 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 2 commits into

python:3.8from

vstinner:fix_warnings38

Oct 1, 2019

Merged

[3.8] bpo-3832: Fix compiler warnings#16518

vstinner

merged 2 commits into

python:3.8from

vstinner:fix_warnings38

Conversation

@vstinner

@vstinner vstinner commented

Oct 1, 2019

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

bpo-38248, bpo-38321: Fix warning:

    modules\_asynciomodule.c(2667):
    warning C4102: 'set_exception': unreferenced label

The related goto has been removed by
commit edad4d8.

(cherry picked from commit efe74b6)
bpo-22273, bpo-38321: Fix following warning:

    modules\_ctypes\stgdict.c(704):
    warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data

(cherry picked from commit c9a413e)

@vstinner vstinner changed the title [3.8] Fix compiler warnings [3.8] bpo-3832: Fix compiler warnings

Oct 1, 2019

@vstinner vstinner merged commit bfe1f74 into python:3.8

Oct 1, 2019

@vstinner vstinner deleted the fix_warnings38 branch

October 1, 2019 11:52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@1st1 1st1 Awaiting requested review from 1st1 1st1 is a code owner

@asvetlov asvetlov Awaiting requested review from asvetlov asvetlov is a code owner

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot