Message4608

Author zyasoft
Recipients fwierzbicki, pjenvey, zyasoft
Date 2009-04-28.20:43:43
SpamBayes Score 0.0004791916
Marked as misclassified No
Message-id <1240951423.49.0.947279087363.issue1026@psf.upfronthosting.co.za>
In-reply-to
Content
We can readily just make all the publicly visible methods in PyList 
synchronized, that should accomplish what is discussed in the effbot 
FAQ, without the limitations discussed about using the GIL to effect 
this sort of behavior.

One option that we may wish to exploit is to use other backing 
implementations for PyList.list, namely CopyOnWriteArrayList.
History
Date User Action Args
2009-04-28 20:43:43zyasoftsetmessageid: <1240951423.49.0.947279087363.issue1026@psf.upfronthosting.co.za>
2009-04-28 20:43:43zyasoftsetrecipients: + zyasoft, fwierzbicki, pjenvey
2009-04-28 20:43:43zyasoftlinkissue1026 messages
2009-04-28 20:43:43zyasoftcreate