This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Anthony Sottile, BTaskaya, cstratak, gvanrossum, lys.nikolaou, ned.deily, pablogsal, serhiy.storchaka, vstinner
Date 2020-04-28.23:45:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588117533.14.0.587831898058.issue40334@roundup.psfhosted.org>
In-reply-to
Content
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]
History
Date User Action Args
2020-04-28 23:45:33vstinnersetrecipients: + vstinner, gvanrossum, ned.deily, serhiy.storchaka, Anthony Sottile, cstratak, lys.nikolaou, pablogsal, BTaskaya
2020-04-28 23:45:33vstinnersetmessageid: <1588117533.14.0.587831898058.issue40334@roundup.psfhosted.org>
2020-04-28 23:45:33vstinnerlinkissue40334 messages
2020-04-28 23:45:33vstinnercreate