Re: multi-thread python interpreaters and c++ program

2009-06-10 Thread myopc
thanks, I use gdb to debug, and cant find any symbol in the stack. I wanna to exit from outside python, without tell anything to the interpreator, but it seems impossible "Floris Bruynooghe" :6deac4c8-b208-4fbf-8098-8dc7af7f8...@r34g2000vba.googlegroups.com... On Jun 9, 6:50 am, "myopc" wro

Re: multi-thread python interpreaters and c++ program

2009-06-10 Thread Floris Bruynooghe
On Jun 9, 6:50 am, "myopc" wrote: >   I am ruuning a c++ program (boost python) , which create many python > interpreaters and each run a python script with use multi-thread > (threading). > when the c++ main program exit, I want to shut down python interpreaters, > but it crashed. Your threads a

Re: multi-thread python interpreaters and c++ program

2009-06-09 Thread myopc
thanks for your reply! "Lie Ryan" $y61.12...@news-server.bigpond.net.au... myopc wrote: hi, all I am ruuning a c++ program (boost python) , which create many python interpreaters and each run a python script with use multi-thread (threading). when the c++ main program exit, I want to shut dow

Re: multi-thread python interpreaters and c++ program

2009-06-09 Thread Lie Ryan
myopc wrote: > hi, all > I am ruuning a c++ program (boost python) , which create many python > interpreaters and each run a python script with use multi-thread > (threading). > when the c++ main program exit, I want to shut down python > interpreaters, but it crashed. I have googled a lot but can