[issue17979] Cannot build 2.7 with --enable-unicode=no

Marc-Andre Lemburg report at bugs.python.org
Fri May 17 13:42:25 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17979>
_______________________________________


More information about the Python-bugs-list mailing list