On 16/06/20 4:16 am, Barry Scott wrote:
even unchanging objects get modified by a ref count inc/dec cycle
and then the page that the object is in is copy-on-write'ed.

End result is that a children share no pages with the parent.

I wonder if it's worth trying to do anything about that? Like
maybe keeping the refcounts all together in a memory area
separate from the objects.

--
Greg
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/42SK2OCSBLKNT4PKYPLQB2FKTZ55L2GJ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to