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
Adjust stable ABI internal documentation #96896
Adjust stable ABI internal documentation #96896
Conversation
|
(This is just a documentation tweak to an internal file, so I've skipped filing an issue. But let me know if you'd like me to.) |
|
Thank you! |
I think so! Thanks for doing that! |
Document struct_abi_kind & members
|
Sorry, I can't merge this PR. Reason: |
|
Thanks @woodruffw for the PR |
|
GH-97828 is a backport of this pull request to the 3.11 branch. |
I was perusing this file, and noticed that this part of the documentation is slightly out of date: the `struct` items in this TOML file currently contain `struct_abi_kind` members, which distinguish between the different types of ABI compatibility described in the comment. I've updated the comment to reflect this. (cherry picked from commit 6e53308) Co-authored-by: William Woodruff <william@yossarian.net>
I was perusing this file, and noticed that this part of the documentation is slightly out of date: the `struct` items in this TOML file currently contain `struct_abi_kind` members, which distinguish between the different types of ABI compatibility described in the comment. I've updated the comment to reflect this. (cherry picked from commit 6e53308) Co-authored-by: William Woodruff <william@yossarian.net>
I was perusing this file, and noticed that this part of the documentation is slightly out of date: the `struct` items in this TOML file currently contain `struct_abi_kind` members, which distinguish between the different types of ABI compatibility described in the comment. I've updated the comment to reflect this. (cherry picked from commit 6e53308) Co-authored-by: William Woodruff <william@yossarian.net>


I was perusing this file, and noticed that this part of the documentation is slightly out of date: the
structitems in this TOML file currently containstruct_abi_kindmembers, which distinguish between the different types of ABI compatibility described in the comment.I've updated the comment to reflect this.
Automerge-Triggered-By: GH:encukou