-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
gh-126890: Restore stripped ssl
docstrings
#127281
base: main
Are you sure you want to change the base?
gh-126890: Restore stripped ssl
docstrings
#127281
Conversation
At a first glance at those warnings, it looks like this might need some changes in clinic :( |
Please add a docstring for I think the warnings are related to the following regression: 3.12 on Windows:
This PR:
|
As far as I can tell, the warnings are a clinic bug. |
Can we tear out the Argument Clinic bug fix as a separate PR? |
Yeah, I'll do that. A fair warning: it might take me a little while to get the PR up; I'm currently on a slow connection and GitHub takes forever. |
In GH-124993, I forgot to carry over some of the docstrings to AC. This adds all of them back.
ssl
#126890