In article <4c78e7a5$0$28655$c3e8...@news.astraweb.com>, Steven D'Aprano <st...@remove-this-cybersource.com.au> wrote: > >On the other hand, the reason that CPython still has reference counting >is that the alternatives tried so far are unacceptably for non-threaded >code.
No, it's *a* reason, the other main reason being that refcounting is much easier for a random C library. -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ "...if I were on life-support, I'd rather have it run by a Gameboy than a Windows box." --Cliff Wells -- http://mail.python.org/mailman/listinfo/python-list