-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Open
Labels
OS-windowsbuildThe build process and cross-buildThe build process and cross-buildtopic-JITtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
C:\Users\xxxxx\Source\cpython\Python\optimizer_analysis.c(648,39): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\Users\xxxxx\Source\cpython\PCbuild\pythoncore.vcxproj]
C:\Users\xxxxx\Source\cpython\Python\executor_cases.c.h(1235,26): warning C4244: '=': conversion from 'const uint64_t' to 'int', possible loss of data [C:\Users\xxxxx\Source\cpython\PCbuild\pythoncore.vcxproj]
C:\Users\xxxxx\Source\cpython\Python\executor_cases.c.h(7124,24): warning C4477: 'printf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type '__int64' [C:\Users\xxxxx\Source\cpython\PCbuild\pythoncore.vcxproj]
C:\Users\xxxxx\Source\cpython\Python\optimizer_symbols.c(366,82): warning C4244: 'function': conversion from 'Py_ssize_t' to 'int', possible loss of data [C:\Users\xxxxx\Source\cpython\PCbuild\pythoncore.vcxproj]
C:\Users\xxxxx\Source\cpython\Python\optimizer_symbols.c(693,20): warning C4244: 'return': conversion from 'Py_ssize_t' to 'int', possible loss of data [C:\Users\xxxxx\Source\cpython\PCbuild\pythoncore.vcxproj]
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs
Metadata
Metadata
Assignees
Labels
OS-windowsbuildThe build process and cross-buildThe build process and cross-buildtopic-JITtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error