[capi-sig] Embedded Python in C application

Jack Jansen Jack.Jansen at cwi.nl
Sat Sep 27 23:18:29 CEST 2008


And, to possibly make this a bit clearer for the OP: the basic problem  
is that a lot of state is kept in global variables. So, the  
"interpreter state" is spread all over memory, and there's no way you  
can duplicate or free this without freeing the whole process.


--
Jack Jansen, <Jack.Jansen at cwi.nl>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma  
Goldman




More information about the capi-sig mailing list