]> granicus.if.org Git - python/commit
Fix problem detected by Greg McFarlane -- callbacks passed to
authorGuido van Rossum <guido@python.org>
Thu, 11 Dec 1997 02:03:55 +0000 (02:03 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 11 Dec 1997 02:03:55 +0000 (02:03 +0000)
commit5ac00ac1403e4d0981c5042cc76cd09ae6de2570
tree5cf659430ad51ba2143afac6c401a63b9026bf1e
parentd1f4984a9bb2e90d4fc473be1a169917277efa4d
Fix problem detected by Greg McFarlane -- callbacks passed to
bind_class() and bind_all() are destroyed when the widget to which
they were passed is destroyed.
Lib/lib-tk/Tkinter.py