Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

Appearance settings

bpo-37802: Fix a compiler warning in longobject.c#16517

Merged
vstinner merged 1 commit into
python:masterpython/cpython:masterfrom
vstinner:fix_longobj_warnCopy head branch name to clipboard
Oct 1, 2019
Merged

bpo-37802: Fix a compiler warning in longobject.c#16517
vstinner merged 1 commit into
python:masterpython/cpython:masterfrom
vstinner:fix_longobj_warnCopy head branch name to clipboard

Conversation

@vstinner

@vstinner vstinner commented Oct 1, 2019

Copy link
Copy Markdown
Member

bpo-37802, bpo-38321: Fix the following warnings:

longobject.c(420): warning C4244: 'function': conversion from
'unsigned __int64' to 'sdigit', possible loss of data

longobject.c(428): warning C4267: 'function': conversion from
'size_t' to 'sdigit', possible loss of data

https://bugs.python.org/issue37802

bpo-37802, bpo-38321: Fix the following warnings:

    longobject.c(420): warning C4244: 'function': conversion from
    'unsigned __int64' to 'sdigit', possible loss of data

    longobject.c(428): warning C4267: 'function': conversion from
    'size_t' to 'sdigit', possible loss of data
@vstinner vstinner merged commit 6314abc into python:master Oct 1, 2019
@vstinner vstinner deleted the fix_longobj_warn branch October 1, 2019 11:29
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request Dec 5, 2019
bpo-37802, bpo-38321: Fix the following warnings:

    longobject.c(420): warning C4244: 'function': conversion from
    'unsigned __int64' to 'sdigit', possible loss of data

    longobject.c(428): warning C4267: 'function': conversion from
    'size_t' to 'sdigit', possible loss of data
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.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.