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 malin, methane, vstinner
Date 2019-09-20.17:16:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568999766.23.0.951767817208.issue35696@roundup.psfhosted.org>
In-reply-to
Content
I reopen the issue. The win32 job of Azure Pipelines now logs a compiler warning:

Objects\longobject.c(412,5): warning C4244:  'function': conversion from 'unsigned long' to 'sdigit', possible loss of data
Objects\longobject.c(420,5): warning C4244:  'function': conversion from 'unsigned __int64' to 'sdigit', possible loss of data

See also discussion on PR 16146:
https://github.com/python/cpython/pull/16146#issuecomment-533351728
History
Date User Action Args
2019-09-20 17:16:06vstinnersetrecipients: + vstinner, methane, malin
2019-09-20 17:16:06vstinnersetmessageid: <1568999766.23.0.951767817208.issue35696@roundup.psfhosted.org>
2019-09-20 17:16:06vstinnerlinkissue35696 messages
2019-09-20 17:16:06vstinnercreate