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 ncoghlan
Recipients Arfrever, eltoder, eric.snow, ncoghlan, njs, trent
Date 2015-09-09.06:14:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441779272.1.0.80304860152.issue24991@psf.upfronthosting.co.za>
In-reply-to
Content
Also adding Trent Nelson to the nosy list, as I believe this capability could potentially be relevant to PyParallel.

The reason I say that is that if instance mutability (or the lack thereof) becomes a first class language concept, then we may be able to adopt a Rust style model where mutability can be made *thread relative*.

Thread relative immutability would be trickier than global immutability, but hopefully still feasible.
History
Date User Action Args
2015-09-09 06:14:32ncoghlansetrecipients: + ncoghlan, trent, Arfrever, njs, eltoder, eric.snow
2015-09-09 06:14:32ncoghlansetmessageid: <1441779272.1.0.80304860152.issue24991@psf.upfronthosting.co.za>
2015-09-09 06:14:32ncoghlanlinkissue24991 messages
2015-09-09 06:14:31ncoghlancreate