-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Fix struct.__doc__ (_Bool available unconditionally) #143716
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
Conversation
|
CC @vstinner |
vstinner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Thanks @skirpichev for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
This amends commit a9296e7. (cherry picked from commit 31c81ab) Co-authored-by: Sergey B Kirpichev <[email protected]>
This amends commit a9296e7. (cherry picked from commit 31c81ab) Co-authored-by: Sergey B Kirpichev <[email protected]>
|
GH-144070 is a backport of this pull request to the 3.14 branch. |
|
GH-144071 is a backport of this pull request to the 3.13 branch. |
|
Merged, thanks for fixing the doc. |
) (#144071) Update struct.__doc__: _Bool available unconditionally (GH-143716) This amends commit a9296e7. (cherry picked from commit 31c81ab) Co-authored-by: Sergey B Kirpichev <[email protected]>
) (#144070) Update struct.__doc__: _Bool available unconditionally (GH-143716) This amends commit a9296e7. (cherry picked from commit 31c81ab) Co-authored-by: Sergey B Kirpichev <[email protected]>
This amends a9296e7