This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients Dave Hibbitts, RazerM, georg.brandl, mark.dickinson, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-02-24.09:16:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456305370.21.0.444663980946.issue26423@psf.upfronthosting.co.za>
In-reply-to
Content
> This is a 32-bit build ("win32"), no?

No. "win32" appears for both 32-bit and 64-bit builds on Windows. This is a 64-bit build. `sys.maxint` is 2**31 - 1, and `sys.maxsize` is 2**63 - 1. They're not equal.

I can reproduce the issue with a stock Python, on both 2.7 and 3.5.
History
Date User Action Args
2016-02-24 09:16:10mark.dickinsonsetrecipients: + mark.dickinson, georg.brandl, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, RazerM, Dave Hibbitts
2016-02-24 09:16:10mark.dickinsonsetmessageid: <1456305370.21.0.444663980946.issue26423@psf.upfronthosting.co.za>
2016-02-24 09:16:10mark.dickinsonlinkissue26423 messages
2016-02-24 09:16:09mark.dickinsoncreate