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 neilo
Recipients Rhamphoryncus, barry, brett.cannon, jlaurila, ncoghlan, neilo, rhettinger
Date 2009-01-03.19:55:30
SpamBayes Score 0.0008814074
Marked as misclassified No
Message-id <1231012531.63.0.815279214901.issue3329@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-01-03 19:55:32neilosetrecipients: + neilo, barry, brett.cannon, rhettinger, ncoghlan, Rhamphoryncus, jlaurila
2009-01-03 19:55:31neilosetmessageid: <1231012531.63.0.815279214901.issue3329@psf.upfronthosting.co.za>
2009-01-03 19:55:31neilolinkissue3329 messages
2009-01-03 19:55:30neilocreate