mirror of https://github.com/python/cpython.git
gh-97816: Remove unused variables in `mutliprocessing.managers.Server` (#97817)
Remove unused local variables.
This commit is contained in:
parent
5e997cff3e
commit
27e59afa2a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue