[issue3329] API for setting the memory allocator used by Python

Neil Richardson report at bugs.python.org
Sat Jan 3 20:55:31 CET 2009


Neil Richardson <richyneil at gmail.com> added the comment:

I'll be in agreement here. I integrated Python into a game engine not 
too long ago, and had to a do a fair chunk of work to isolate Python 
into it's own heap - given that fragmentation on low memory systems can 
be a bit of a killer. Would also make future upgrades a heck of a lot 
easier too, as there'd be no need to do a search for all references and 
carefully replace them all.

----------
nosy: +neilo
versions: +Python 2.5, Python 2.6, Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3329>
_______________________________________


More information about the Python-bugs-list mailing list