In article <[email protected]>, Steven D'Aprano <[email protected]> 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 ([email protected]) <*> 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
