commit | 9fc6b6c4536417283c6f52b6dfb4c82afb372448 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 21 18:56:38 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 21 18:56:38 2010 +0000 |
tree | 4aa959661d51cacc741cb973a424d4f878cbb6c7 | |
parent | c7611d1126708f6d39ddb04b4602655870ec5168 [diff] |
Merged revisions 87421 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87421 | antoine.pitrou | 2010-12-21 19:49:01 +0100 (mar., 21 déc. 2010) | 4 lines Suggest sys.maxsize as a reliable way to know whether the interpreter is 64-bit. (part of #10735) ........