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 serhiy.storchaka
Recipients Devin Jeanpierre, serhiy.storchaka, vstinner
Date 2013-04-30.05:12:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367298735.19.0.664817741094.issue17870@psf.upfronthosting.co.za>
In-reply-to
Content
> It is the same question than yours: is there a platform with an integer type wider than a pointer (intptr_t/void*)?

It's x86. sizeof(void*) == 4, sizeof(long long) == 8.
History
Date User Action Args
2013-04-30 05:12:15serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, Devin Jeanpierre
2013-04-30 05:12:15serhiy.storchakasetmessageid: <1367298735.19.0.664817741094.issue17870@psf.upfronthosting.co.za>
2013-04-30 05:12:15serhiy.storchakalinkissue17870 messages
2013-04-30 05:12:15serhiy.storchakacreate