]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97816: Remove unused variables in `mutliprocessing.managers.Server` (#97817)
authorKoki Saito <49419225+saito828koki@users.noreply.github.com>
Tue, 4 Oct 2022 05:29:17 +0000 (14:29 +0900)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2022 05:29:17 +0000 (22:29 -0700)
commit27e59afa2ad98e6bfe26c6b2b7f6294fa561680c
treed3596e247956ea6f6f173b9547bdf3b1616700d1
parent5e997cff3e1dea24241726338457611beb8882ec
gh-97816: Remove unused variables in `mutliprocessing.managers.Server` (#97817)

Remove unused local variables.
Lib/multiprocessing/managers.py
Misc/ACKS