Dear colleagues:

I'd like to have your input on
http://bugs.python.org/issue9141
"Allow objects to decide if they can be collected by GC."

This generalizes the dynamic discovery of finalization state of objects, as 
already provided for generator objects with PyGen_NeedsFinalizing(),to any 
object.

Kristján
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to