This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients damian.barabonkov, davin, gvanrossum, pablogsal, pitrou, vinay0410
Date 2020-08-06.16:36:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596731764.69.0.415485028126.issue38119@roundup.psfhosted.org>
In-reply-to
Content
I recommend bringing this new proposal up on python-dev or python-ideas, to get more eyeballs on the ideas before attempting implementation. One immediate worry I have is that if the reference counter is maintained in the shared memory segment, every process has to participate, and if a process crashes (segfaults) the shared refcount will be forever wrong and the segment will leak. Distributed GC is hard!
History
Date User Action Args
2020-08-06 16:36:04gvanrossumsetrecipients: + gvanrossum, pitrou, davin, pablogsal, vinay0410, damian.barabonkov
2020-08-06 16:36:04gvanrossumsetmessageid: <1596731764.69.0.415485028126.issue38119@roundup.psfhosted.org>
2020-08-06 16:36:04gvanrossumlinkissue38119 messages
2020-08-06 16:36:04gvanrossumcreate