zulip/zerver/tornado
Anders Kaseorg 1735b8863e ruff: Fix B012 return inside finally blocks.
return inside finally blocks causes exceptions to be silenced.
Although these blocks follow blanket ‘except Exception’ handlers, they
do not seem to have a goal of silencing BaseException and exceptions
thrown by the exception handler, so rewrite them to avoid it.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-11-16 09:29:11 -08:00
..
__init__.py
application.py tornado: Construct Django BaseHandler once, not per-request. 2022-09-30 11:20:45 -07:00
descriptors.py tornado: Support sharding by user ID. 2022-11-15 17:27:01 -08:00
django_api.py tornado: Support sharding by user ID. 2022-11-15 17:27:01 -08:00
event_queue.py ruff: Fix B012 return inside finally blocks. 2022-11-16 09:29:11 -08:00
exceptions.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00
handlers.py python: Replace avoidable uses of __special__ attributes. 2022-10-10 08:32:29 -07:00
ioloop_logging.py tornado: Remove instrument_tornado_ioloop. 2022-05-02 17:41:49 -07:00
sharding.py tornado: Support sharding by user ID. 2022-11-15 17:27:01 -08:00
views.py tornado: Support sharding by user ID. 2022-11-15 17:27:01 -08:00