]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 6 Dec 2023 10:03:22 +0000 (11:03 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Dec 2023 10:03:22 +0000 (11:03 +0100)
commit399a3f2e1e428710fa4dc5c54841e179dc8e1028
treedd26482cc372fbe071a33aa82c81f3795164a2d1
parent7527cdaaaf21976f7517ce56d3c32bf2d69ee96f
[3.12] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` 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 00cce0fe495ee820cd3ca5878bdbe3dd65b1be7b)

Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
Doc/c-api/typeobj.rst