]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fixed IOStream._handle_events (try/except block)
authorImre SZEBENYI <szeim@elte.hu>
Wed, 27 Oct 2010 11:34:47 +0000 (13:34 +0200)
committerImre SZEBENYI <szeim@elte.hu>
Wed, 27 Oct 2010 11:34:47 +0000 (13:34 +0200)
commit3b486fc4f8081355fc0b87ebbf6c261692d7a418
tree335255340cdaa7dacbcca79c538dcd2e99befc13
parentaf3d0b3b03bc9d0a37938ee97852ca01e20d7a80
Fixed IOStream._handle_events (try/except block)

Fixed IOStream._handle_events (try/except block) to prevent
infinite loop when an unhandled exception occurs
tornado/iostream.py