]> granicus.if.org Git - python/commit
Changes to make it possible to write multi-threaded programs using
authorGuido van Rossum <guido@python.org>
Thu, 28 May 1998 23:06:38 +0000 (23:06 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 28 May 1998 23:06:38 +0000 (23:06 +0000)
commit00d93066b010805c53f457e095294babd5e8793a
tree576b83fe1491253e78ee44ea9e87c62c46ab2426
parent7e7912f2ca362a3fdcae3f785fb3bac47e86ff23
Changes to make it possible to write multi-threaded programs using
Tkinter.  This adds a separate lock -- read the comments.  (This was
also needed for Mark Hammond's attempts to make PythonWin
Tkinter-friendly.)

The changes have affected the EventHook slightly, too; and I've done
some more cleanup of the code that deals with the different versions
of Tcl_CreateFileHandler().
Modules/_tkinter.c