Message367577
It seems like building Python on Windows 64-bit emits a few warnings:
D:\a\1\s\Parser\pegen\pegen.c(610,91): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\a\1\s\PCbuild\pythoncore.vcxproj]
D:\a\1\s\Parser\pegen\pegen.c(611,52): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\a\1\s\PCbuild\pythoncore.vcxproj]
D:\a\1\s\Parser\pegen\pegen.c(612,103): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\a\1\s\PCbuild\pythoncore.vcxproj] |
|
Date |
User |
Action |
Args |
2020-04-28 23:45:33 | vstinner | set | recipients:
+ vstinner, gvanrossum, ned.deily, serhiy.storchaka, Anthony Sottile, cstratak, lys.nikolaou, pablogsal, BTaskaya |
2020-04-28 23:45:33 | vstinner | set | messageid: <1588117533.14.0.587831898058.issue40334@roundup.psfhosted.org> |
2020-04-28 23:45:33 | vstinner | link | issue40334 messages |
2020-04-28 23:45:33 | vstinner | create | |
|