-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
gh-93738: Documentation C syntax (Use c:struct
)
#97772
Conversation
Thanks @AA-Turner for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-97869 is a backport of this pull request to the 3.11 branch. |
Use `c:struct` (cherry picked from commit a0f5599) Co-authored-by: Adam Turner <[email protected]>
Sorry, @AA-Turner and @ambv, I could not cleanly backport this to |
…nGH-97772) Use `c:struct` (cherry picked from commit a0f5599) Co-authored-by: Adam Turner <[email protected]>
GH-97893 is a backport of this pull request to the 3.10 branch. |
Part of #93738. This PR converts references to struct types to the explicit
c:struct
syntax.A