-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-103449: Fix a bug in dataclass docstring generation #103454
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
Thanks for fix, Nikita! |
However, functional of |
Sorry @sobolevn and @carljm, I had trouble checking out the |
…H-103454) (cherry picked from commit b57f55c) Co-authored-by: Nikita Sobolev <[email protected]>
GH-103599 is a backport of this pull request to the 3.11 branch. |
Now, we can use a default signature by catching some of the exceptions.
As the second option - we can catch all exceptions here.
__doc__
generation, when object signature cannot be fetched #103449