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.
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.

Reply via email to