[issue36040] Python\ast.c(3875): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'int'

STINNER Victor report at bugs.python.org
Tue Feb 19 11:41:14 EST 2019


New submission from STINNER Victor <vstinner at redhat.com>:

Example on AMD64 Windows8.1 Non-Debug 3.x buildbot:
https://buildbot.python.org/all/#/builders/12/builds/2024

2>d:\buildarea\3.x.ware-win81-release\build\python\ast.c(3875): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data [D:\buildarea\3.x.ware-win81-release\build\PCbuild\pythoncore.vcxproj]

----------
components: Windows
messages: 335974
nosy: paul.moore, steve.dower, tim.golden, vstinner, zach.ware
priority: normal
severity: normal
status: open
title: Python\ast.c(3875): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'int'
type: compile error
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36040>
_______________________________________


More information about the Python-bugs-list mailing list