Thomas Heller wrote:
> I'm using the code module to implement an interactive interpreter
> console in a GUI application, the interpreter running in a separate
> thread. To provide clean shutdown of the application, I have to make
> sure that objects used in the interpreter thread are deleted when
I'm using the code module to implement an interactive interpreter
console in a GUI application, the interpreter running in a separate
thread. To provide clean shutdown of the application, I have to make
sure that objects used in the interpreter thread are deleted when the
thread ends.
I delete th