This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #33213: close an open file a bit sooner in gap interface.
(This is unrelated to the main goal of the ticket.) After reading the contents of a file using the "with open(...)" context manager, we now take the opportunity to close that file immediately by un-indenting the subsequent code to reside outside of the "with" block.
- Loading branch information