mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Fixes warnings like “ResourceWarning: unclosed file <_io.FileIO name='/srv/zulip/var/044e5d44-87aa-4c43-abbb-28a144fa6654/test-backend/run_1238680/worker_0/test_uploads/files/thumbnail/2/1e/jmUuDhQC8WlaSRCuc0zQyx7D/img.tif/100x75.webp' mode='rb' closefd=True>” with warnings enabled. deque(…, 0) is an efficient way to consume an iterator documented at https://docs.python.org/3/library/itertools.html#itertools-recipes under consume. Signed-off-by: Anders Kaseorg <anders@zulip.com>
29 KiB
29 KiB