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 lemburg
Recipients amaury.forgeotdarc, ezio.melotti, lemburg, mrabarnett, serhiy.storchaka
Date 2013-05-17.11:42:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5196179A.5050002@egenix.com>
In-reply-to <1368789091.92.0.492335098826.issue17979@psf.upfronthosting.co.za>
Content
On 17.05.2013 13:11, Serhiy Storchaka wrote:
> 
> Serhiy Storchaka added the comment:
> 
> Ubuntu 32-bit, gcc 4.6.3. The bug requires 64 bit.
> 
> This patch should fix it.

int and long are the same size on Linux 64-bit platforms.

You probably want to use "short" instead.
History
Date User Action Args
2013-05-17 11:42:25lemburgsetrecipients: + lemburg, amaury.forgeotdarc, ezio.melotti, mrabarnett, serhiy.storchaka
2013-05-17 11:42:25lemburglinkissue17979 messages
2013-05-17 11:42:25lemburgcreate