Mailing List Archive

CVS: python/dist/src/Modules main.c
Update of /projects/cvsroot/python/dist/src/Modules
In directory eric:/projects/python/develop/guido/src/Modules

Modified Files:
main.c
Log Message:
Document -OO; "unsafe" optimization that removes docstrings.
Marc-Andre Lemburg.
CVS: python/dist/src/Modules main.c [ In reply to ]
Update of /projects/cvsroot/python/dist/src/Modules
In directory eric:/projects/python/develop/guido/src/Modules

Modified Files:
main.c
Log Message:
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.