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 @@ class Server(object):
self.id_to_refcount[ident] = 1 self.id_to_refcount[ident] = 1
self.id_to_obj[ident] = \ self.id_to_obj[ident] = \
self.id_to_local_proxy_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) util.debug('Server re-enabled tracking & INCREF %r', ident)
else: else:
raise ke raise ke

View file

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