Sorry, don't mind me. I was trying to write into the matrix object the wrong way and i guess it was corrupting the stack :)
Thanks for your help stefan
A
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...
_______________________________________________
C++-sig mailing list
C++-sig@python.org
http://mail.python.org/mailman/listinfo/c++-sig