Marc-Andre Lemburg added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17979>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to