]> git.ipfire.org Git - thirdparty/tornado.git/commit
Capture the stack context of gen callbacks as they are generated.
authorBen Darnell <ben@bendarnell.com>
Fri, 8 Mar 2013 21:18:22 +0000 (16:18 -0500)
committerBen Darnell <ben@bendarnell.com>
Fri, 8 Mar 2013 21:18:22 +0000 (16:18 -0500)
commit14531ee358a8e8175c7087f805c93a65d436460f
treec87d3200f30c99045af5f9a048c86705e5a1c664
parent73c0aee4a5898ef3fb7d67e753ae8d47e400b570
Capture the stack context of gen callbacks as they are generated.

This guards against functions that add their own stack context
without wrapping their callbacks.
tornado/gen.py
tornado/test/gen_test.py