Hi Maciej, Am 10.01.2013 um 18:31 schrieb Maciej (Matchek) BliziĆski <[email protected]>: > 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 _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
