Heap problems in Mulithreaded Python extension

2007-02-01 Thread Alexander Eisenhuth
Hi, I'm near the ground and need help. I'm building a multithreaded extension with boost.python. python extension - import extension extension.init() -PyEval_InitThreads(); setup 3 threads

Re: Heap problems in Mulithreaded Python extension

2007-02-01 Thread Alexander Eisenhuth
ok, once more my scheme python extension - import extension extension.init() -PyEval_InitThreads(); setup 3 threads (pthreads) and do a lot of things, but no python api