]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch by Jonathan Giddy (with some cleanup by me) to always use the
authorGuido van Rossum <guido@python.org>
Fri, 9 Oct 1998 20:51:18 +0000 (20:51 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 9 Oct 1998 20:51:18 +0000 (20:51 +0000)
commitdc1adabcb86ee0813c9bae2d5cc59be5cad1ff31
tree2feaae0e59b0465f5f7e9e06e3debc21f973ee1d
parentafd974c2abbd9ca18e1fd5d07cad79bb41638a8c
Patch by Jonathan Giddy (with some cleanup by me) to always use the
thread state of the thread calling mainloop() (or another event
handling function) rather than the thread state of the function that
created the client data structure.
Modules/_tkinter.c