Lukas Lueg <lukas.l...@gmail.com> added the comment:

Collection may re-occur at any time, there is no promise to the callback code. 
However, the callback can disable the gc, preventing further collection.

I don't think we need the other callbacks to be informed. As the callbacks are 
worked down in the order they registered, whoever comes first is served first. 
Returning True from the callback is mereley a "I dont mind if gc happens now..."

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10576>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to