-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Comments
Contributions are welcome! |
Hi, I am pretty new to github. I think this is something I can get started. Not sure how this meshes with government publication approval, but it’s probably OK. How does one do this?
Cheers,
Lawrence
From: Jelle Zijlstra <notifications@github.com>
Sent: Wednesday, May 20, 2020 10:02 PM
To: python/typeshed <typeshed@noreply.github.com>
Cc: Friedman, Lawrence Henry (Fed) <lawrence.friedman@nist.gov>; Author <author@noreply.github.com>
Subject: Re: [python/typeshed] Stub missing for multiprocessing.sharedctypes (#4047)
Contributions are welcome!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#4047 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALJLR7GCGP6W3FSH7OOBTP3RSSDRFANCNFSM4NF7H6QQ>.
|
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 :-) |
OK. I am going to start on this. |
from multiprocessing.sharedctypes import Synchronized
when mypy'ed produces this error:
The text was updated successfully, but these errors were encountered: