flake8
passed.
JSHint
passed.
Review Request #14400 — Created April 14, 2025 and updated
Running with the latest Python, I was getting warnings about leaked file
descriptors, which were coming fromgit
invocations inside the
GitClient
, as it createdBufferedReader
instances for stdout/stderr.
This change wraps those subprocess invocations inwith
blocks, causing
things to get cleaned up appropriately.
Loaded some diffs and no longer saw warnings about leaked resources.
Summary | ID |
---|---|
7351b24206b3a0d608bda2a4abef740730be3a2c |
Description | From | Last Updated | ||
---|---|---|---|---|
Can you change '--git-dir=%s' to an f-string? |
![]() |
|||
There are no open issues |
Summary | ID | |
---|---|---|
689b186907c59be8661fd538f166b17a50826553 | ||
7351b24206b3a0d608bda2a4abef740730be3a2c |
Revision 2 (+28 -22)