]> git.ipfire.org Git - thirdparty/tornado.git/commit
Allow exceptions thrown in the first (synchronous) phase of a gen.Task
authorBen Darnell <ben@bendarnell.com>
Mon, 2 Jan 2012 00:17:35 +0000 (16:17 -0800)
committerBen Darnell <ben@bendarnell.com>
Mon, 2 Jan 2012 00:17:35 +0000 (16:17 -0800)
commit008e605ec6431e696158ed65adb89eb85a65aa7f
tree73b06d62d0655f1ac9abb13dd3cefa2441f2146a
parent494ae50ad3fe8c978a814648cbc0344f85310918
Allow exceptions thrown in the first (synchronous) phase of a gen.Task
to be caught by the generator.
tornado/gen.py
tornado/test/gen_test.py