mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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_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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue