In message <[EMAIL PROTECTED]>, Martin Drautzburg <[EMAIL PROTECTED]> writes
Just for curiosity: does python use a mark-and-sweep garbage collector
or simple reference counting? In the latter case it would not garbage
collect circular references, right ?

gcmodule.c in the python sources shows the implementation, plus the code for this is well documented.


Stephen
--
Stephen Kellett
Object Media Limited    http://www.objmedia.demon.co.uk
RSI Information:        http://www.objmedia.demon.co.uk/rsi.html
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to