[3.9] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769)#91664
Conversation
python#31769) Co-authored-by: Éric <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit a573cb2)
Objects/unionobject.c
Outdated
| @@ -0,0 +1,492 @@ | |||
| // types.UnionType -- used to represent e.g. Union[int, str], int | str | |||
There was a problem hiding this comment.
Looks like you accidentally added this file
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
I have made the requested changes; please review again. |
|
Thanks for making the requested changes! @JelleZijlstra: please review the changes made to this pull request. |
|
Thank you! |
…strings (pythonGH-31769) (python#91664) Co-authored-by: Éric <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit a573cb2)
Co-authored-by: Éric [email protected]
Co-authored-by: Jelle Zijlstra [email protected]
(cherry picked from commit a573cb2)
Co-authored-by: Oleg Iarygin [email protected]