On Sat, Feb 14, 2009 at 9:03 AM, Mark Gants <[email protected]> wrote: > I have embedded Stackless Python 2.6.1 into a C++ application of mine. At > certain points in the application I would like to 're-init' Python to clean > things up without having to shutdown and re-launch my application. First > time initializing Python works fine. I encounter a crash though when trying > to initialize Python a second time. ... > Does anyone know if this issue has been addressed in Stackless Python 3.0? I > would like to use v3.0, but chose v2.6.1 due to the warnings about bugs in > v3.0.
There is no reason to believe it would be fixed in 3.0, as no explicit fixes have been made for this. Cheers, Richard. _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
