]> git.ipfire.org Git - thirdparty/tornado.git/commit
Doc patch for 3.0: replace @gen.coroutine with @gen.engine.
authorBen Darnell <ben@bendarnell.com>
Sat, 1 Jun 2013 00:03:02 +0000 (20:03 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 1 Jun 2013 00:03:02 +0000 (20:03 -0400)
commit57eb740c8c608c0504f71af419a9bf2a649fca6a
treed7cff3a9e350c2335bf13adef1409d9962f4cedc
parent6fce4f80a8a6090ce3976ec722832b08c3b649c8
Doc patch for 3.0: replace @gen.coroutine with @gen.engine.

The oauth 1.0 redirect methods are asynchronous even though they don't
take a callback, so we don't want the end of the coroutine to trigger
a call to self.finish.
tornado/auth.py