]> git.ipfire.org Git - thirdparty/tornado.git/commit
Issue #2188: check whether a future was cancelled before calling set_result() 2200/head
authorAntoine Pitrou <antoine@python.org>
Thu, 16 Nov 2017 17:28:20 +0000 (18:28 +0100)
committerAntoine Pitrou <antoine@python.org>
Thu, 16 Nov 2017 17:28:20 +0000 (18:28 +0100)
commitcb9e11ef0e3057a39702dc8c2356b0f4c2a67661
treef26ac7798a59b063f32514df05bf09c6916aa4cd
parent5fcfb4277514ff82e2d3b17a24a26ed505b8d453
Issue #2188: check whether a future was cancelled before calling set_result()
tornado/auth.py
tornado/concurrent.py
tornado/gen.py
tornado/http1connection.py
tornado/httpclient.py
tornado/locks.py
tornado/process.py
tornado/queues.py
tornado/test/concurrent_test.py
tornado/web.py
tornado/websocket.py