]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix an exception when the outermost stack_context is deactivated.
authorBen Darnell <ben@bendarnell.com>
Sun, 26 May 2013 21:50:09 +0000 (17:50 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 26 May 2013 21:50:09 +0000 (17:50 -0400)
commit46850a7b3cee73c068b03690f1f97e8fda1326d3
tree6b02fe9b74fb3dfde75ecf2042a5d1f962607e26
parentc7bc4b6188958775914f988d1c09a386bf1c4a6c
Fix an exception when the outermost stack_context is deactivated.

Add more tests for deactivation in various scenarios.
tornado/stack_context.py
tornado/test/stack_context_test.py