-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Docs: Document PyExceptionClass_Name
#135697
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
`PyExceptionClass_Name` is an undocumented function in the limited API.
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.
Would you mind also documenting PyExceptionClass_Check
?
Updating branch to fix CI. |
Co-authored-by: Peter Bierma <[email protected]>
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.
Thanks, LGTM.
Thanks @koyuki7w for the PR, and @ZeroIntensity for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…5697) * Docs: Document `PyExceptionClass_Name` `PyExceptionClass_Name` is an undocumented function in the limited API. * Document `PyExceptionClass_Check` (cherry picked from commit 59963e866a1bb8128a50cd53d1b13eeab03df06e) Co-authored-by: Yuki Kobayashi <[email protected]>
GH-135757 is a backport of this pull request to the 3.14 branch. |
…5697) * Docs: Document `PyExceptionClass_Name` `PyExceptionClass_Name` is an undocumented function in the limited API. * Document `PyExceptionClass_Check` (cherry picked from commit 59963e8) Co-authored-by: Yuki Kobayashi <[email protected]>
GH-135758 is a backport of this pull request to the 3.13 branch. |
…35697) (GH-135758) Docs: Document `PyExceptionClass` functions in the C API (GH-135697) * Docs: Document `PyExceptionClass_Name` `PyExceptionClass_Name` is an undocumented function in the limited API. * Document `PyExceptionClass_Check` (cherry picked from commit 59963e8) Co-authored-by: Yuki Kobayashi <[email protected]>
…35697) (GH-135757) Docs: Document `PyExceptionClass` functions in the C API (GH-135697) * Docs: Document `PyExceptionClass_Name` `PyExceptionClass_Name` is an undocumented function in the limited API. * Document `PyExceptionClass_Check` (cherry picked from commit 59963e8) Co-authored-by: Yuki Kobayashi <[email protected]>
|
That's definitely unrelated. |
PyExceptionClass_Name
is an undocumented function in the limited API.📚 Documentation preview 📚: https://cpython-previews--135697.org.readthedocs.build/en/135697/c-api/exceptions.html#c.PyExceptionClass_Check