[Python-Dev] _tkinter problem with Stackless
Martin v. Loewis
martin@v.loewis.de
27 May 2002 19:02:37 +0200
Christian Tismer <tismer@tismer.com> writes:
> Maybe I'm just fine by patching _tkinter a little bit,
> so that it influences stack slicing in a healthy way?
I would still encourage you to investigate the source of the crash. Is
a debugger capable of displaying a back trace when it crashes?
With a bug trace, we could try to investigate to see whether this is a
Tcl problem or a _tkinter problem.
Regards,
Martin