-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
gh-136209: Add .. c:var:: declarations for C exception types #136210
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
base: main
Are you sure you want to change the base?
Conversation
This info wasn't kept updated, and is of questionable value
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
.. [3] | ||
This is a base class for other standard warning categories. | ||
.. versionchanged:: 3.3 | ||
These aliases used to be separate exception types. |
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.
These aliases used to be separate exception types. | |
These aliases to :c:data:`PyExc_OSError` used to be separate exception types. |
I tried to do this before, but gave up when I saw that it was impossible to get rid of |
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.
Is it possible to add space between three tables? Each table has certain order. When they are merged, there is no order.
.. c:var::
declarations for C exception types. (This needs the type, and adds stable ABI declarations.)list-table
to avoid overlong linesnitpick_ignore
📚 Documentation preview 📚: https://cpython-previews--136210.org.readthedocs.build/