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 Matt.Mackall
Recipients Matt.Mackall, benjamin.peterson, brett.cannon, eric.smith, ezio.melotti, josh.r, larry, loewis, ncoghlan, pitrou
Date 2014-04-15.21:42:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397598145.68.0.000632317511877.issue21199@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, no, all the size_t types are 64-bit on Windows 64:

https://en.wikipedia.org/wiki/64-bit_computing#64-bit_data_models

To confirm this, I found someone nearby with a 64-bit Windows and he had no trouble allocating a 3G string with a = b'a' * 3000000000.
History
Date User Action Args
2014-04-15 21:42:25Matt.Mackallsetrecipients: + Matt.Mackall, loewis, brett.cannon, ncoghlan, pitrou, larry, eric.smith, benjamin.peterson, ezio.melotti, josh.r
2014-04-15 21:42:25Matt.Mackallsetmessageid: <1397598145.68.0.000632317511877.issue21199@psf.upfronthosting.co.za>
2014-04-15 21:42:25Matt.Mackalllinkissue21199 messages
2014-04-15 21:42:25Matt.Mackallcreate