]> git.ipfire.org Git - thirdparty/tornado.git/commit
Allow the callback in @return_future to be run with no arguments.
authorBen Darnell <ben@bendarnell.com>
Mon, 4 Mar 2013 00:29:39 +0000 (19:29 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 4 Mar 2013 00:29:39 +0000 (19:29 -0500)
commit94a5a4027210d082115f96308fd5527cb82b6e33
treec42ae6e311214334b237953d322b66f60e9b725d
parenta522a2f1dcf5d24fd1fc3ae8a4a247d3cad69f81
Allow the callback in @return_future to be run with no arguments.
tornado/concurrent.py
tornado/test/concurrent_test.py