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