[issue40255] Fixing Copy on Writes from reference counting

Pablo Galindo Salgado report at bugs.python.org
Tue Apr 14 13:51:32 EDT 2020


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

> There hasn't been much said about which kind of objects would be immortal.

The current patch makes *all objects that are tracked by the gc* immortal, independently of their type (unless I am missing something).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40255>
_______________________________________


More information about the Python-bugs-list mailing list