Re: Question about the 'code' module

2005-12-29 Thread Fernando Perez
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

Question about the 'code' module

2005-12-29 Thread Thomas Heller
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