Skip to content
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

[3.12] gh-111178: Docs: fix traverseproc, inquiry, and destructor parameters in slot typedefs table (GH-112742) #112792

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 6, 2023

In the slot typedefs table, the parameter of destructor
and the first parameter of traverseproc should both be
PyObject * rather than void *.
Same for inquiry.
(cherry picked from commit 00cce0f)

Co-authored-by: Christopher Chavez chrischavez@gmx.us


📚 Documentation preview 📚: https://cpython-previews--112792.org.readthedocs.build/

…` parameters in slot typedefs table (pythonGH-112742)

In the slot typedefs table, the parameter of `destructor`
and the first parameter of `traverseproc` should both be
`PyObject *` rather than `void *`.
Same for `inquiry`.
(cherry picked from commit 00cce0f)

Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
@encukou encukou merged commit 399a3f2 into python:3.12 Dec 6, 2023
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants