-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
gh-93738: Documentation C syntax (:c:type:PyObject
-> :c:expr:PyObject
)
#97776
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
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 <9087854+AA-Turner@users.noreply.github.com>
…:`PyObject`) (pythonGH-97776) :c:type:`PyObject` -> :c:expr:`PyObject` (cherry picked from commit 0bf6a61) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
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 <9087854+AA-Turner@users.noreply.github.com>
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 <9087854+AA-Turner@users.noreply.github.com>
…:`PyObject`) (python#97776) :c:type:`PyObject` -> :c:expr:`PyObject`
Part of #93738. This PR converts references for
PyObject*
orPyObject *
to thec:expr
syntax.A