]> granicus.if.org Git - python/commit
Fix EventHook (the trick to make widgets appear when using GNU
authorGuido van Rossum <guido@python.org>
Tue, 7 Oct 1997 18:51:41 +0000 (18:51 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Oct 1997 18:51:41 +0000 (18:51 +0000)
commit0e8457c4ecf63ffc1826c30f27cbd4756c2b7101
treeaddcdb163a6e6cf83476981f45a10d56348d4ddd
parent53ad776cbf21f21a314eda1cf1e61081b5f2fa53
Fix EventHook (the trick to make widgets appear when using GNU
readline) to create and use a new thread state object -- otherwise it
would dump core!
Modules/_tkinter.c