]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* tkintermodule.c (*FileHandler): generalize to arbitrary file ids
authorGuido van Rossum <guido@python.org>
Tue, 9 Aug 1994 14:15:19 +0000 (14:15 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Aug 1994 14:15:19 +0000 (14:15 +0000)
commit9bb4fd6061a27f256c7b7c615b4d27592ea48d5d
tree77a5242472150903b223e4df3a04547cf86cfd36
parent75abc6392bc75cd321564aa1d05d4e57c926c7a4
* tkintermodule.c (*FileHandler): generalize to arbitrary file ids
and objects that hav a fileno() method; fix bug in FileHandler
(should call XDECREF instead of DECREF)
Modules/_tkinter.c