]> git.ipfire.org Git - thirdparty/tornado.git/commit
locks: Remove redundant CancelledError handling
authorBen Darnell <ben@bendarnell.com>
Sat, 22 Jun 2019 00:32:39 +0000 (20:32 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 22 Jun 2019 13:40:08 +0000 (09:40 -0400)
commit3ba49c10d457200845ae0c0b44095f67f88cc5b0
tree92dc2ece5d12906b2937df0dad3900f9b9d83299
parentdbc00f9ae967a54b43945b7f13e7b7c5f82611f3
locks: Remove redundant CancelledError handling

CancelledError is now always considered "quiet" (and
concurrent.futures.CancelledError is no longer the same as
asyncio.CancelledError).
tornado/locks.py