Skip to content

Stub missing for multiprocessing.sharedctypes #4047

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

Closed
lhfriedman opened this issue May 20, 2020 · 4 comments · Fixed by #5231
Closed

Stub missing for multiprocessing.sharedctypes #4047

lhfriedman opened this issue May 20, 2020 · 4 comments · Fixed by #5231
Labels
stubs: incomplete Annotations or sub-modules missing from an existing package or module

Comments

@lhfriedman
Copy link

from multiprocessing.sharedctypes import Synchronized

when mypy'ed produces this error:

playground\mpscerror.py:2: error: No library stub file for standard library module 'multiprocessing.sharedctypes' [import]
from multiprocessing.sharedctypes import Synchronized

@JelleZijlstra
Copy link
Member

Contributions are welcome!

@srittau srittau added the stubs: incomplete Annotations or sub-modules missing from an existing package or module label May 21, 2020
@lhfriedman
Copy link
Author

lhfriedman commented May 21, 2020 via email

@hauntsaninja
Copy link
Collaborator

A good resource is typeshed's CONTRIBUTING.md (https://github.com/python/typeshed/blob/master/CONTRIBUTING.md). The section https://github.com/python/typeshed/blob/master/CONTRIBUTING.md#submitting-changes links to some resources that are a little bit more specific about the Github pull request workflow. Feel free to ask questions here if you run into trouble :-)

@lhfriedman
Copy link
Author

OK. I am going to start on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stubs: incomplete Annotations or sub-modules missing from an existing package or module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants