]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters in slot...
authorChristopher Chavez <chrischavez@gmx.us>
Wed, 6 Dec 2023 09:44:41 +0000 (03:44 -0600)
committerGitHub <noreply@github.com>
Wed, 6 Dec 2023 09:44:41 +0000 (10:44 +0100)
commit00cce0fe495ee820cd3ca5878bdbe3dd65b1be7b
tree9805a10bb63b06f9852889e2e622bcd9a33514af
parente3f670e13792305cfb977d5cffd8e6aa03e8fe7f
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`.
Doc/c-api/typeobj.rst