[Python-Dev] Re: "immortal" objects and how they would help per-interpreter GIL

2021年12月18日 00:41:24 -0800

Why are Immutability and transitive Immortality needed to share an object 
across interpreters? 
Are you assuming that a change in one interpreter should not be seen by others? 
 (Typical case, but not always true.) 
Or are you saying that there is a technical problem such that a change -- even 
just to the reference count of a referenced string or something -- would cause 
data corruption? (If so, could you explain why, or at least point me in the 
general direction?)
-jJ
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/E3XKSDEDOLHBFFUS2TXGDSLV7YOQUZJB/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to