Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 27e59af

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

File tree

Expand file treeCollapse file tree

2 files changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-1
lines changed

‎Lib/multiprocessing/managers.py

Copy file name to clipboardExpand all lines: Lib/multiprocessing/managers.py
-1Lines 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

Copy file name to clipboardExpand all lines: Misc/ACKS
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.