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 V
Victor Stinner committed
6314abcc08f5d0f3d3a915dc9455ea223fa65517
Parent: 5e0ea75
Committed by GitHub <noreply@github.com>
on 10/1/2019, 11:29:53 AM