Nov. 25, 2006
6:06 p.m.
anders langlands wrote:
Hmmm OK now I actually try and use it, it crashes. This is very strange. I'm using almost exactly the same code in another part of my module for getting values back from a list.
No idea. Is this a multi-threaded program ? Do other parts access the 'ls' list at the same time ? In that case you ought to serialize access by means of the global interpreter lock (GIL). Otherwise I have no clue, sorry. Regards, Stefan -- ...ich hab' noch einen Koffer in Berlin...