]> granicus.if.org Git - python/commit
Looks like I didn't test this interactively. The EventHook() code was
authorGuido van Rossum <guido@python.org>
Mon, 12 Oct 1998 16:26:22 +0000 (16:26 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 Oct 1998 16:26:22 +0000 (16:26 +0000)
commit41f0a98f8f22d37ce721aa0a5d4285b3e4b2e7d7
treeb7bdfc3d09b8b71e1a47ed6142aa9606ab0c9e3d
parent69ef7d6220f25b676f0db4bca9058d634ccf642f
Looks like I didn't test this interactively.  The EventHook() code was
broken; it asked for the current thread state when there was none.
Fixed by using the saved event_tstate.
Modules/_tkinter.c