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. |
|
Thanks. I confirmed the following 16 Details |
|
Thank you for following up! |
|
Thanks @ZeroIntensity for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Sorry, @ZeroIntensity and @encukou, I could not cleanly backport this to |
|
I figured that might happen :(. I'll look into it. |
|
GH-127513 is a backport of this pull request to the 3.13 branch. |
) (cherry picked from commit c112de1) Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
In GH-124993, I forgot to carry over some of the docstrings to AC. This adds all of them back.
ssl#126890