[csw-maintainers] Python 3.3 in 64 bits
Maciej (Matchek) Bliziński
maciej at opencsw.org
Thu Jan 10 18:31:31 CET 2013
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.
More information about the maintainers
mailing list