Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

> I propose to modify the GC to take bpo-35810 in account.

What? The GC is agnostic of what it receives. It works with objects in general 
that implement the gc support, but it does not care about what those objects 
are. The only specal case are weakreferences and because those have inherit GC 
semantics.

I am not sure about what you are proposing, could you elaborate?

----------

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

Reply via email to