[csw-maintainers] Python 3.3 in 64 bits

Dagobert Michelsen dam at opencsw.org
Thu Jan 10 18:33:52 CET 2013


Hi Maciej,

Am 10.01.2013 um 18:31 schrieb Maciej (Matchek) Bliziński <maciej at opencsw.org>:
> Guys, do you see what I see?
> 
> $ /opt/csw/bin/pentium_pro/python3.3 -c 'import sys;print("%x" %
> sys.maxsize, sys.maxsize > 2**32)'
> 7fffffff False
> $ /opt/csw/bin/amd64/python3.3 -c 'import sys;print("%x" %
> sys.maxsize, sys.maxsize > 2**32)'
> 7fffffffffffffff True
> 
> Of course, of the modules that require shared objects (e.g. the socket
> module), none work.

Why? The 64 bit version of course uses 64 bit ints, sounds ok to me.


Best regards

  -- Dago


-- 
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896



More information about the maintainers mailing list