KEMBAR78
[3.11] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters in slot typedefs table (GH-112742) by miss-islington · Pull Request #112793 · python/cpython · GitHub
Skip to content

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--112793.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>
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.

3 participants