]> granicus.if.org Git - python/commit
bpo-37802: Fix a compiler warning in longobject.c (GH-16517)
authorVictor Stinner <vstinner@redhat.com>
Tue, 1 Oct 2019 11:29:53 +0000 (13:29 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2019 11:29:53 +0000 (13:29 +0200)
commit6314abcc08f5d0f3d3a915dc9455ea223fa65517
treec73552b5f390cdac60b4c67339161d61ab2b20ef
parent5e0ea7540f577c9684e272000fdfc80d29bb78a2
bpo-37802: Fix a compiler warning in longobject.c (GH-16517)

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
Objects/longobject.c