STINNER Victor <vstin...@python.org> added the comment:

> Any C extension class that implements a new_whatever() method that leaves the 
> class tracked and not ready.

I'm not aware of such C extension but they likely exists. If we have such 
extensions in the stdlib, we can try to fix them.

We cannot fix such GC bugs in third party code, and I don't think that we can 
hack the GC to work around this issue neither.

----------

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

Reply via email to