[issue31558] gc.freeze() - an API to mark objects as uncollectable

Benjamin Peterson report at bugs.python.org
Sat Sep 23 13:05:06 EDT 2017


Benjamin Peterson added the comment:

This is only useful if the parent process has a lot of memory that's never used by the child processes right? Otherwise, you would lose via refcounting COWs.

----------
nosy: +benjamin.peterson

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


More information about the Python-bugs-list mailing list