Skip to content

Commit 27e59af

Browse files
authored
gh-97816: Remove unused variables in mutliprocessing.managers.Server (#97817)
Remove unused local variables.
1 parent 5e997cf commit 27e59af

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Lib/multiprocessing/managers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@ def incref(self, c, ident):
433433
self.id_to_refcount[ident] = 1
434434
self.id_to_obj[ident] = \
435435
self.id_to_local_proxy_obj[ident]
436-
obj, exposed, gettypeid = self.id_to_obj[ident]
437436
util.debug('Server re-enabled tracking & INCREF %r', ident)
438437
else:
439438
raise ke

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,6 +1559,7 @@ Patrick Sabin
15591559
Sébastien Sablé
15601560
Amit Saha
15611561
Suman Saha
1562+
Koki Saito
15621563
Hajime Saitou
15631564
George Sakkis
15641565
Victor Salgado

0 commit comments

Comments
 (0)