Mark Shannon <m...@hotpy.org> added the comment:

It won't solve the problem.
Maybe make it would make it easier to avoid the segfault, but some sort of 
recursion/overflow check is needed. 

It might make the use of the trashcan cheaper, as it only need be used when 
stack space is running low.

Ultimately, the cycle GC needs to be iterative, rather than recursive. That 
will take a *lot* of work though.

----------

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

Reply via email to