Skip to content

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

Merged
merged 26 commits into from
Jul 27, 2022
Merged

fix: Add missing multiprocessing.util types #8404

merged 26 commits into from
Jul 27, 2022

Conversation

kkirsche
Copy link
Contributor

@kkirsche kkirsche commented Jul 26, 2022

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

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

4 similar comments
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

Kevin Kirsche and others added 7 commits July 27, 2022 13:21
* 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)
@github-actions

This comment has been minimized.

2 similar comments
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@kkirsche
Copy link
Contributor Author

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 👍

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

2 similar comments
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

Copy link
Member

@AlexWaygood AlexWaygood left a 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!

@github-actions

This comment has been minimized.

1 similar comment
@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@AlexWaygood AlexWaygood merged commit 48e502c into python:master Jul 27, 2022
@kkirsche kkirsche deleted the multiprocessing/util branch July 27, 2022 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants