mirror of
https://github.com/python/cpython.git
synced 2025-09-11 19:27:07 +00:00
gh-97816: Remove unused variables in mutliprocessing.managers.Server
(#97817)
Remove unused local variables.
This commit is contained in:
parent
5e997cff3e
commit
27e59afa2a
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue