mirror of https://github.com/python/cpython
Browse Source
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
pull/16523/head
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue