Message156847
There's a subtle bug in the currently applied patch.
import tkinter
a = tkinter.Tk()
b = tkinter.Tk()
Closing the first window will prevent closing the second window. This example may seem abstract, but it is a real issue especially when using matplotlib with multiple figures.
Attached is a patch that incorporates what IdleX uses for driving the Tk/Tcl event loop. |
|
Date |
User |
Action |
Args |
2012-03-26 18:42:29 | roger.serwy | set | recipients:
+ roger.serwy, loewis, kbk, mdehoon, noamr, dickmadden, ceball, gpolo, asvetlov, BreamoreBoy, python-dev |
2012-03-26 18:42:29 | roger.serwy | set | messageid: <1332787349.6.0.72910167427.issue989712@psf.upfronthosting.co.za> |
2012-03-26 18:42:29 | roger.serwy | link | issue989712 messages |
2012-03-26 18:42:28 | roger.serwy | create | |
|