We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mutliprocessing.managers.Server
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following 3 variables obj, exposed and gettypeid are declared but not used. We can delete this line.
obj
exposed
gettypeid
cpython/Lib/multiprocessing/managers.py
Line 436 in 72b5a55
The text was updated successfully, but these errors were encountered:
gh-97816: Remove unused variables in mutliprocessing.managers.Server (
27e59af
#97817) Remove unused local variables.
odd, perhaps an old line for extra debugging? anyways obviously unnecessary. thanks!
Sorry, something went wrong.
No branches or pull requests
The following 3 variables
obj
,exposed
andgettypeid
are declared but not used. We can delete this line.cpython/Lib/multiprocessing/managers.py
Line 436 in 72b5a55
The text was updated successfully, but these errors were encountered: