Re: PyThreadState_SetAsyncExc (nThreadId ??????, exc);

2006-12-14 Thread Karl H.
iwl wrote: > what is the nThreadId-Parameter of PyThreadState_SetAsyncExc? > > I try to implement a Terminate-Button in my C-Prog for my > embedded Python, but its hard to find an example how to > stop an interpreter running in an thread. > > I found no other Python C-App-Func returning such a pa

PyThreadState_SetAsyncExc (nThreadId ??????, exc);

2006-12-14 Thread iwl
what is the nThreadId-Parameter of PyThreadState_SetAsyncExc? I try to implement a Terminate-Button in my C-Prog for my embedded Python, but its hard to find an example how to stop an interpreter running in an thread. I found no other Python C-App-Func returning such a parameter. -- http://mail