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 |
…:`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 |
|
Thanks @AA-Turner for the PR, and @ambv for merging it |
…:`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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Part of #93738. This PR converts references for
PyObject*orPyObject *to thec:exprsyntax.A