Re: Python's garbage collection was Re: Python reliability
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: Python's garbage collection was Re: Python reliability

From: Aahz <aahz@pythoncraft.com>
Date: Mon Oct 10 2005 - 21:47:53 CEST

In article <Pine.LNX.4.62.0510102029200.10534@urchin.earth.li>,
Tom Anderson <twic@urchin.earth.li> wrote:
>
>Has anyone looked into using a real GC for python? I realise it would be a
>lot more complexity in the interpreter itself, but it would be faster,
>more reliable, and would reduce the complexity of extensions.
>
>Hmm. Maybe it wouldn't make extensions easier or more reliable. You'd
>still need some way of figuring out which variables in C-land held
>pointers to objects; if anything, that might be harder, unless you want to
>impose a horrendous JAI-like bondage-and-discipline interface.

Bingo! There's a reason why one Python motto is "Plays well with
others".

-- 
Aahz (aahz@pythoncraft.com)           <*>         http://www.pythoncraft.com/
"If you think it's expensive to hire a professional to do the job, wait
until you hire an amateur."  --Red Adair
Received on Sat Oct 15 04:24:38 2005