-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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 (:c:type:PyObject
-> :c:expr:PyObject
)
#97776
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. |
…:`PyObject`) (pythonGH-97776) :c:type:`PyObject` -> :c:expr:`PyObject` (cherry picked from commit 0bf6a61) Co-authored-by: Adam Turner <[email protected]>
…:`PyObject`) (pythonGH-97776) :c:type:`PyObject` -> :c:expr:`PyObject` (cherry picked from commit 0bf6a61) Co-authored-by: Adam Turner <[email protected]>
Thanks @AA-Turner for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Thanks @AA-Turner for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
…:`PyObject`) (pythonGH-97776) :c:type:`PyObject` -> :c:expr:`PyObject` (cherry picked from commit 0bf6a61) Co-authored-by: Adam Turner <[email protected]>
GH-97888 is a backport of this pull request to the 3.10 branch. |
GH-97889 is a backport of this pull request to the 3.11 branch. |
…:`PyObject`) (pythonGH-97776) :c:type:`PyObject` -> :c:expr:`PyObject` (cherry picked from commit 0bf6a61) Co-authored-by: Adam Turner <[email protected]>
…r:`PyObject`) (GH-97776) (#97888) :c:type:`PyObject` -> :c:expr:`PyObject` (cherry picked from commit 0bf6a61) Co-authored-by: Adam Turner <[email protected]>
…r:`PyObject`) (GH-97776) (#97889) :c:type:`PyObject` -> :c:expr:`PyObject` (cherry picked from commit 0bf6a61) Co-authored-by: Adam Turner <[email protected]>
…:`PyObject`) (python#97776) :c:type:`PyObject` -> :c:expr:`PyObject`
…r:`PyObject`) (GH-97776) (#97889) :c:type:`PyObject` -> :c:expr:`PyObject` (cherry picked from commit 0bf6a61) Co-authored-by: Adam Turner <[email protected]>
Part of #93738. This PR converts references for
PyObject*
orPyObject *
to thec:expr
syntax.A