8000 gh-126890: Restore stripped `ssl` docstrings by ZeroIntensity · Pull Request #127281 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-126890: Restore stripped ssl docstrings #127281

New issue < 8000 details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast overflow-auto" aria-label="Sign up for GitHub">

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 20 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Restore docstring for id.
  • Loading branch information
ZeroIntensity committed Nov 26, 2024
commit 3907c38ed5095d0fe5e692fb1b249c6f321c3d77
4 changes: 3 additions & 1 deletion Modules/_ssl.c
8000
Original file line number Diff line number Diff line change
Expand Up @@ -5576,11 +5576,13 @@ _ssl_SSLSession_ticket_lifetime_hint_get_impl(PySSLSession *self)
@critical_section
@getter
_ssl.SSLSession.id

Session ID.
[clinic start generated code]*/

static PyObject *
_ssl_SSLSession_id_get_impl(PySSLSession *self)
/*[clinic end generated code: output=c532fb96b10c5adf input=e7322372cf6325dd]*/
/*[clinic end generated code: output=c532fb96b10c5adf input=0a379e64312b776d]*/

{
const unsigned char *id;
Expand Down
6 changes: 5 additions & 1 deletion Modules/clinic/_ssl.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0