]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
On Windows, -i shouldn't call set[v]buf(stdin, ...) because it screws
authorGuido van Rossum <guido@python.org>
Tue, 9 Feb 1999 18:36:51 +0000 (18:36 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Feb 1999 18:36:51 +0000 (18:36 +0000)
commit01b7ced83452b733c4db004307292493c9dd6d73
tree7ea8b6d453567166f15d06b175451c521bdb6b31
parent446ab75fcfcfaf67b2692f09c3d80b4f538c56ac
On Windows, -i shouldn't call set[v]buf(stdin, ...) because it screws
up the _tkinter main loop.  Not clear why; the _kbhit() call _tkinter
makes probably confuses the stdio library when buffering isn't set to
whatever it is by default.
Modules/main.c