Message4608
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. |
|
Date |
User |
Action |
Args |
2009-04-28 20:43:43 | zyasoft | set | messageid: <1240951423.49.0.947279087363.issue1026@psf.upfronthosting.co.za> |
2009-04-28 20:43:43 | zyasoft | set | recipients:
+ zyasoft, fwierzbicki, pjenvey |
2009-04-28 20:43:43 | zyasoft | link | issue1026 messages |
2009-04-28 20:43:43 | zyasoft | create | |
|