On Sun, 2 Jun 2013 19:27:49 -0700
Benjamin Peterson <benja...@python.org> wrote:
> 2013/5/18 Antoine Pitrou <solip...@pitrou.net>:
> >
> > Hello,
> >
> > I would like to submit the following PEP for discussion and evaluation.
> 
> Will the API of the gc module be at all affected? I assume nothing
> will just be printed for DEBUG_UNCOLLECTABLE.

Objects with tp_del may still exist (third-party extensions perhaps).

> Maybe there should be a
> way to discover when a cycle is resurrected?

Is it more important than discovering when a non-cycle is resurrected?

Regards

Antoine.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
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