In article <[email protected]>,
 Irmen de Jong <[email protected]> wrote:
> Tested on Mac OSX 10.10.4, with a 64-bit core2duo processor. Below are all 
> 64-bit python
> implementations:
> 2.6.9 (apple supplied), 2.7.6 (apple supplied), 3.4.3 (homebrew), and 
> pypy-2.6.0
> (homebrew). I don't have any 32 bit Python implementations on the mac.

Sure you do!

$ /usr/bin/python2.7 -c 'import sys;print(sys.maxsize)'
9223372036854775807
$ arch -i386 /usr/bin/python2.7 -c 'import sys;print(sys.maxsize)'
2147483647

-- 
 Ned Deily,
 [email protected]

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to