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-17.16:36:56
SpamBayes Score 2.4567519e-06
Marked as misclassified No
Message-id <1297960617.26.0.724167709939.issue11212@psf.upfronthosting.co.za>
In-reply-to
Content
The doc would become:

"""
To allocate more segment registers to Python, you must use the linker option -bmaxdata or ldedit to specify the number of bytes you need in the data
 segment.
 
For example, if you want to allow 512MB of memory for Python (this
is enough for the test suite to run without MemroyErrors), you should
run the following command at the end of compilation:

 ldedit -b maxdata:0x20000000 ./python
"""
History
Date User Action Args
2011-02-17 16:36:57sablesetrecipients: + sable, pitrou, r.david.murray
2011-02-17 16:36:57sablesetmessageid: <1297960617.26.0.724167709939.issue11212@psf.upfronthosting.co.za>
2011-02-17 16:36:56sablelinkissue11212 messages
2011-02-17 16:36:56sablecreate