-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: Add missing multiprocessing.util types #8404
New issue
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
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
4 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
* master: Add `multiprocessing.resource_tracker` submodule (#8405) Add `multiprocessing.forkserver` submodule (#8406) Allow handling `None` return values of `RawConfigParser.get` (#8380) mysqlclient.connection: add missing type hints (#8393) requests: add type hints to requests.utils (#8395) Add type hints to mysqlclient.times (#8392)
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
To the best of my knowledge, all feedback has been addressed. Appreciate the review and feedback. This will help ensure that the remaining pull requests for other undocumented sections include less of the same fixes as was required in this instance. Thanks 👍 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more small nits, sorry!
This comment has been minimized.
This comment has been minimized.
1 similar comment
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
X-Ref: #6799
This adds best-effort types to multiprocessing.util to begin to address issue #6799
The source file can be viewed here:
https://github.com/python/cpython/blob/main/Lib/multiprocessing/util.py