[Python-Dev] update: tkinter problems on win95
Fredrik Lundh
Fredrik Lundh" <effbot@telia.com
Thu, 7 Sep 2000 23:43:28 +0200
just fyi, I've now reduced the problem to two small C programs:
one program initializes Tcl and Tk in the same way as Tkinter --
and the program hangs in the same way as Tkinter (most likely
inside some finalization code that's called from DllMain).
the other does things in the same way as wish, and it never
hangs...
:::
still haven't figured out exactly what's different, but it's clearly
a problem with _tkinter's initialization code, and nothing else. I'll
post a patch as soon as I have one...
</F>