]> git.ipfire.org Git - thirdparty/tornado.git/commit
Introduce StackContext, a way to automatically manage exception
authorBen Darnell <bdarnell@beaker.local>
Fri, 23 Jul 2010 19:35:08 +0000 (12:35 -0700)
committerBen Darnell <bdarnell@beaker.local>
Fri, 23 Jul 2010 19:35:08 +0000 (12:35 -0700)
commit721e25d0acc68d751073261bec150ac12a9f88ab
tree722a08c3f9134a7a829785f31b327bc9d854ed78
parent94f073b7a209d04b463ea3098ab89bbabb8ba7ca
Introduce StackContext, a way to automatically manage exception
handling and other stack-related state for asynchronous callbacks.
This means that it is no longer necessary to wrap everything
in RequestHandler.async_callback.
tornado/httpclient.py
tornado/ioloop.py
tornado/stack_context.py [new file with mode: 0644]
tornado/test/stack_context_test.py [new file with mode: 0755]
tornado/web.py