◐ Shell
clean mode source ↗

gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters in slot typedefs table by chrstphrchvz · Pull Request #112742 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

In the slot typedefs table, the parameter of `destructor`
and the first parameter of `traverseproc` should both be
`PyObject *` rather than `void *`.

@chrstphrchvz chrstphrchvz changed the title Docs: fix traverseproc and destructor parameters in slot typedefs table Docs: fix traverseproc, inquiry, and destructor parameters in slot typedefs table

Dec 5, 2023

@encukou encukou changed the title Docs: fix traverseproc, inquiry, and destructor parameters in slot typedefs table gh-111178: Docs: fix traverseproc, inquiry, and destructor parameters in slot typedefs table

Dec 6, 2023

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Dec 6, 2023
…` 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>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Dec 6, 2023
…` 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 pushed a commit that referenced this pull request

Dec 6, 2023
…r` parameters in slot typedefs table (GH-112742) (GH-112792)

gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters in slot typedefs table (GH-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 pushed a commit that referenced this pull request

Dec 6, 2023
…r` parameters in slot typedefs table (GH-112742) (GH-112793)

gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters in slot typedefs table (GH-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>

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
…` 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`.

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
…` 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`.

Labels