[C++-sig] need 16 arguments to a function...

Stefan Seefeld seefeld at sympatico.ca
Sat Nov 25 19:06:22 CET 2006


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...



More information about the Cplusplus-sig mailing list