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 benjamin.peterson, cstratak, ned.deily, python-dev, vstinner
Date 2016-12-09.01:50:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481248244.77.0.0602686773579.issue28898@psf.upfronthosting.co.za>
In-reply-to
Content
The OpenIndiana uses gcc and has the long long type. Extract of the ./configure script:
---
checking for gcc... gcc
(...)
checking size of long long... 8
---
http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%203.x/builds/37/steps/configure/logs/stdio
History
Date User Action Args
2016-12-09 01:50:44vstinnersetrecipients: + vstinner, benjamin.peterson, ned.deily, python-dev, cstratak
2016-12-09 01:50:44vstinnersetmessageid: <1481248244.77.0.0602686773579.issue28898@psf.upfronthosting.co.za>
2016-12-09 01:50:44vstinnerlinkissue28898 messages
2016-12-09 01:50:44vstinnercreate