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 izbyshev
Recipients eric.snow, izbyshev, vstinner
Date 2019-02-12.09:44:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549964694.16.0.598618732995.issue35972@roundup.psfhosted.org>
In-reply-to
Content
"long long" is mandated to be at least 64-bit by C99 (5.2.4.2.1 Sizes of integer types). If it were 32-bit, no warnings would have been issued.
History
Date User Action Args
2019-02-12 09:44:54izbyshevsetrecipients: + izbyshev, vstinner, eric.snow
2019-02-12 09:44:54izbyshevsetmessageid: <1549964694.16.0.598618732995.issue35972@roundup.psfhosted.org>
2019-02-12 09:44:54izbyshevlinkissue35972 messages
2019-02-12 09:44:54izbyshevcreate