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 [email protected]


📚 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 <[email protected]>
@encukou encukou merged commit 399a3f2 into python:3.12 Dec 6, 2023
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