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 loewis
Recipients Jason.Scheirer, brian.curtin, gfe, josiahcarlson, loewis, tim.golden, tim.peters
Date 2010-12-17.00:44:29
SpamBayes Score 1.2039814e-12
Marked as misclassified No
Message-id <1292546673.06.0.391388764062.issue1449496@psf.upfronthosting.co.za>
In-reply-to
Content
I'm rejecting this as "won't fix". Users having the underlying problem (i.e. need more than 2GB of heap) really should switch to a 64-bit installation. The risk of something breaking is just not worth it.

That testing showed no issues is not convincing at all. Existing test suites will likely not exercise critical code paths wrt. this change, which are issues caused by some objects potentially exceeding 2GB in 32-bit mode. This might not even be Python core objects, but may be objects in an extension module.
History
Date User Action Args
2010-12-17 00:44:33loewissetrecipients: + loewis, tim.peters, josiahcarlson, gfe, tim.golden, brian.curtin, Jason.Scheirer
2010-12-17 00:44:33loewissetmessageid: <1292546673.06.0.391388764062.issue1449496@psf.upfronthosting.co.za>
2010-12-17 00:44:29loewislinkissue1449496 messages
2010-12-17 00:44:29loewiscreate