Antoine Pitrou <[EMAIL PROTECTED]> added the comment:

Mark, that check looks fragile:

+IS32BIT = sys.maxint == 0x7fffffff and "64 bit" not in sys.version

Why don't you check for sys.maxsize instead? By construction,
sys.maxsize should give you the pointer width (minus the sign bit ;-)).

----------
nosy: +pitrou

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3625>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to