gh-97816: Remove unused variables in `mutliprocessing.managers.Server` (#97817)

Remove unused local variables.
This commit is contained in:
Koki Saito 2022-10-04 14:29:17 +09:00 committed by GitHub
parent 5e997cff3e
commit 27e59afa2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,6 @@ def incref(self, c, ident):
self.id_to_refcount[ident] = 1
self.id_to_obj[ident] = \
self.id_to_local_proxy_obj[ident]
obj, exposed, gettypeid = self.id_to_obj[ident]
util.debug('Server re-enabled tracking & INCREF %r', ident)
else:
raise ke

View File

@ -1559,6 +1559,7 @@ Patrick Sabin
Sébastien Sablé
Amit Saha
Suman Saha
Koki Saito
Hajime Saitou
George Sakkis
Victor Salgado