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 sable
Recipients pitrou, r.david.murray, sable
Date 2011-02-18.10:05:18
SpamBayes Score 0.0005797519
Marked as misclassified No
Message-id <1298023520.41.0.0622045474284.issue11212@psf.upfronthosting.co.za>
In-reply-to
Content
I updated the documentation in issue 10709 so that it mentions ldedit rather than the linker flags (more convenient to activate support for more memory).

Once Python 3.2 is released, we may add LDR_CNTRL or ldedit in the Makefile when running buildbottest.

I will ask IBM if there is any reason not to activate support for 2GB in an application by default (impact on performances or something).
If there is none, we may systematically call "ldedit -b maxdata:0x80000000 ${srcdir}/python" when compiling python on AIX...
History
Date User Action Args
2011-02-18 10:05:20sablesetrecipients: + sable, pitrou, r.david.murray
2011-02-18 10:05:20sablesetmessageid: <1298023520.41.0.0622045474284.issue11212@psf.upfronthosting.co.za>
2011-02-18 10:05:19sablelinkissue11212 messages
2011-02-18 10:05:18sablecreate