Skip to content

Fix a bunch of potential file descriptor leaks

Matt Harbison requested to merge topic/default/fd-leak-fixes into branch/default

Some are unconditional, some are only if there were exceptions raised between the open and close. All of these were noticed when switching from pycompat.open() a few weeks ago.

Merge request reports

Loading