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 Mark.Shannon, chris.jerdonek, vstinner
Date 2020-09-03.10:03:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599127382.66.0.273834712224.issue40941@roundup.psfhosted.org>
In-reply-to
Content
The change introduced compiler warnings on Windows:

c:\vstinner\python\master\python\ceval.c(1448): warning C4244: '=': conversion  
from '__int64' to 'int', possible loss of data [C:\vstinner\python\master\PCbui 
ld\pythoncore.vcxproj]
c:\vstinner\python\master\python\ceval.c(2254): warning C4244: '=': conversion  
from '__int64' to 'int', possible loss of data [C:\vstinner\python\master\PCbui 
ld\pythoncore.vcxproj]
c:\vstinner\python\master\python\ceval.c(2271): warning C4244: '=': conversion  
from '__int64' to 'int', possible loss of data [C:\vstinner\python\master\PCbui 
ld\pythoncore.vcxproj]
History
Date User Action Args
2020-09-03 10:03:02vstinnersetrecipients: + vstinner, chris.jerdonek, Mark.Shannon
2020-09-03 10:03:02vstinnersetmessageid: <1599127382.66.0.273834712224.issue40941@roundup.psfhosted.org>
2020-09-03 10:03:02vstinnerlinkissue40941 messages
2020-09-03 10:03:02vstinnercreate