]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT.
authorGuido van Rossum <guido@python.org>
Mon, 27 Jun 1994 07:59:42 +0000 (07:59 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 27 Jun 1994 07:59:42 +0000 (07:59 +0000)
commit7687522309644cfc1887c01150e2711a7be237f6
tree0c9f3cf6945dc8234f8d7beaa0a1e73021a402c8
parent535cf0cbe218c81f3b70bfa2fe7ef45636713ad3
* tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT.
* tkintermodule.c (FileHandler): Make arg a tuple; bug found
by <tnb2d@cs.virginia.edu>.  Call the Python file handler
function with (file, mask) argument.  Fix a few of my refcnt bugs.
Modules/_tkinter.c