]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43754: Fix compiler warning in Python/compile.c (GH-25855)
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 3 May 2021 15:20:46 +0000 (16:20 +0100)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 15:20:46 +0000 (16:20 +0100)
commit39494285e15dc2d291ec13de5045b930eaf0a3db
tree5974da6b88f612ad522edc2b3ae1c9e16982a35c
parentc2931d31f8ba7cf10044de276018c713ffc73592
bpo-43754: Fix compiler warning in Python/compile.c (GH-25855)

This fixes the following warning:

'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Python/compile.c