]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:36 +0000 (11:03 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Dec 2023 10:03:36 +0000 (11:03 +0100)
commit8be7282f29a9746fbfc425172736d4bba6f707a7
treea188aff1819186f054d122e314f23f8b3cbac387
parent02d09510d27956ed600c9f9b55b4f18f74649848
[3.11] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` 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 00cce0fe495ee820cd3ca5878bdbe3dd65b1be7b)

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